Class FieldsIndex
java.lang.Object
org.apache.lucene.codecs.compressing.FieldsIndex
- All Implemented Interfaces:
Closeable,AutoCloseable,Cloneable,Accountable
- Direct Known Subclasses:
FieldsIndexReader,LegacyFieldsIndexReader
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract voidCheck the integrity of the index.abstract FieldsIndexclone()(package private) abstract longgetStartPointer(int docID) Get the start pointer for the block that contains the given docID.Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
-
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
Check the integrity of the index.- Throws:
IOException
-
clone
-