Class Lucene92HnswVectorsReader.FieldEntry
- java.lang.Object
-
- org.apache.lucene.codecs.lucene92.Lucene92HnswVectorsReader.FieldEntry
-
- Enclosing class:
- Lucene92HnswVectorsReader
static class Lucene92HnswVectorsReader.FieldEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longaddressesLength(package private) longaddressesOffset(package private) intblockShift(package private) bytedenseRankPower(package private) intdimension(package private) longdocsWithFieldLength(package private) longdocsWithFieldOffset(package private) long[]graphOffsetsByLevel(package private) shortjumpTableEntryCount(package private) intM(package private) DirectMonotonicReader.Metameta(package private) int[][]nodesByLevel(package private) intnumLevels(package private) VectorSimilarityFunctionsimilarityFunction(package private) intsize(package private) longvectorDataLength(package private) longvectorDataOffset(package private) longvectorIndexLength(package private) longvectorIndexOffset
-
Constructor Summary
Constructors Constructor Description FieldEntry(IndexInput input, VectorSimilarityFunction similarityFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intsize()
-
-
-
Field Detail
-
similarityFunction
final VectorSimilarityFunction similarityFunction
-
vectorDataOffset
final long vectorDataOffset
-
vectorDataLength
final long vectorDataLength
-
vectorIndexOffset
final long vectorIndexOffset
-
vectorIndexLength
final long vectorIndexLength
-
M
final int M
-
numLevels
final int numLevels
-
dimension
final int dimension
-
size
final int size
-
nodesByLevel
final int[][] nodesByLevel
-
graphOffsetsByLevel
final long[] graphOffsetsByLevel
-
docsWithFieldOffset
final long docsWithFieldOffset
-
docsWithFieldLength
final long docsWithFieldLength
-
jumpTableEntryCount
final short jumpTableEntryCount
-
denseRankPower
final byte denseRankPower
-
addressesOffset
final long addressesOffset
-
blockShift
final int blockShift
-
meta
final DirectMonotonicReader.Meta meta
-
addressesLength
final long addressesLength
-
-
Constructor Detail
-
FieldEntry
FieldEntry(IndexInput input, VectorSimilarityFunction similarityFunction) throws java.io.IOException
- Throws:
java.io.IOException
-
-