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, IOContext context) -
Method Summary
Modifier and TypeMethodDescription(package private) voidCheck the integrity of the index.clone()voidclose()(package private) longgetBlockID(int docID) Get the ID of the block that contains the given docID.(package private) longgetBlockLength(long blockIndex) Get the number of bytes of the block with the given ID.(package private) longgetBlockStartPointer(long blockIndex) Get the start pointer of the block with the given ID.longMethods inherited from class org.apache.lucene.codecs.lucene90.compressing.FieldsIndex
getStartPointer
-
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, IOContext context) throws IOException - Throws:
IOException
-
FieldsIndexReader
- Throws:
IOException
-
-
Method Details
-
close
- Throws:
IOException
-
getBlockID
long getBlockID(int docID) Description copied from class:FieldsIndexGet the ID of the block that contains the given docID.- Specified by:
getBlockIDin classFieldsIndex
-
getBlockStartPointer
long getBlockStartPointer(long blockIndex) Description copied from class:FieldsIndexGet the start pointer of the block with the given ID.- Specified by:
getBlockStartPointerin classFieldsIndex
-
getBlockLength
long getBlockLength(long blockIndex) Description copied from class:FieldsIndexGet the number of bytes of the block with the given ID.- Specified by:
getBlockLengthin 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
-