java.lang.Object
org.apache.lucene.backward_codecs.lucene50.compressing.FieldsIndex
All Implemented Interfaces:
Closeable, AutoCloseable, Cloneable
Direct Known Subclasses:
FieldsIndexReader, LegacyFieldsIndexReader

abstract class FieldsIndex extends Object implements Cloneable, Closeable
  • Constructor Details

    • FieldsIndex

      FieldsIndex()
  • Method Details

    • getStartPointer

      abstract long getStartPointer(int docID)
      Get the start pointer for the block that contains the given docID.
    • checkIntegrity

      abstract void checkIntegrity() throws IOException
      Check the integrity of the index.
      Throws:
      IOException
    • clone

      public abstract FieldsIndex clone()
      Overrides:
      clone in class Object