Class Lucene92HnswVectorsReader.FieldEntry
- java.lang.Object
-
- org.apache.lucene.backward_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) long
addressesLength
(package private) long
addressesOffset
(package private) int
blockShift
(package private) byte
denseRankPower
(package private) int
dimension
(package private) long
docsWithFieldLength
(package private) long
docsWithFieldOffset
(package private) long[]
graphOffsetsByLevel
(package private) short
jumpTableEntryCount
(package private) int
M
(package private) DirectMonotonicReader.Meta
meta
(package private) int[][]
nodesByLevel
(package private) int
numLevels
(package private) VectorSimilarityFunction
similarityFunction
(package private) int
size
(package private) long
vectorDataLength
(package private) long
vectorDataOffset
(package private) long
vectorIndexLength
(package private) long
vectorIndexOffset
-
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) int
size()
-
-
-
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
-
-