Module org.apache.lucene.core
Class FieldsIndexReader
java.lang.Object
org.apache.lucene.codecs.lucene90.compressing.FieldsIndex
org.apache.lucene.codecs.lucene90.compressing.FieldsIndexReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final DirectMonotonicReaderprivate final longprivate final DirectMonotonicReader.Metaprivate final longprivate final IndexInputprivate final intprivate final longprivate final intprivate final DirectMonotonicReaderprivate final longprivate final DirectMonotonicReader.Metaprivate final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate(package private)FieldsIndexReader(Directory dir, String name, String suffix, String extension, String codecName, byte[] id, IndexInput metaIn) -
Method Summary
Modifier and TypeMethodDescription(package private) voidCheck the integrity of the index.clone()voidclose()long(package private) longgetStartPointer(int docID) Get the start pointer for the block that contains the given docID.
-
Field Details
-
maxDoc
private final int maxDoc -
blockShift
private final int blockShift -
numChunks
private final int numChunks -
docsMeta
-
startPointersMeta
-
indexInput
-
docsStartPointer
private final long docsStartPointer -
docsEndPointer
private final long docsEndPointer -
startPointersStartPointer
private final long startPointersStartPointer -
startPointersEndPointer
private final long startPointersEndPointer -
docs
-
startPointers
-
maxPointer
private final long maxPointer
-
-
Constructor Details
-
FieldsIndexReader
FieldsIndexReader(Directory dir, String name, String suffix, String extension, String codecName, byte[] id, IndexInput metaIn) throws IOException - Throws:
IOException
-
FieldsIndexReader
- Throws:
IOException
-
-
Method Details
-
close
- Throws:
IOException
-
getStartPointer
long getStartPointer(int docID) Description copied from class:FieldsIndexGet the start pointer for the block that contains the given docID.- Specified by:
getStartPointerin classFieldsIndex
-
clone
- Specified by:
clonein classFieldsIndex
-
getMaxPointer
public long getMaxPointer() -
checkIntegrity
Description copied from class:FieldsIndexCheck the integrity of the index.- Specified by:
checkIntegrityin classFieldsIndex- Throws:
IOException
-