Class FieldsIndex
java.lang.Object
org.apache.lucene.backward_codecs.lucene50.compressing.FieldsIndex
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Cloneable
- Direct Known Subclasses:
FieldsIndexReader
,LegacyFieldsIndexReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
Check the integrity of the index.abstract FieldsIndex
clone()
(package private) abstract long
getStartPointer
(int docID) Get the start pointer for the block that contains the given docID.
-
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
-