Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader
-
Packages that use DirectMonotonicReader Package Description org.apache.lucene.backward_codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.backward_codecs.lucene94 Lucene 9.4 file format.org.apache.lucene.backward_codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of DirectMonotonicReader in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
OffHeapFloatVectorValues.SparseOffHeapVectorValues. ordToDoc
-
Uses of DirectMonotonicReader in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
OffHeapByteVectorValues.SparseOffHeapVectorValues. ordToDoc
private DirectMonotonicReader
OffHeapFloatVectorValues.SparseOffHeapVectorValues. ordToDoc
-
Uses of DirectMonotonicReader in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
Lucene95HnswVectorsReader.OffHeapHnswGraph. graphLevelNodeOffsets
-
Uses of DirectMonotonicReader in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
FieldsIndexReader. docs
private DirectMonotonicReader
FieldsIndexReader. startPointers
-
Uses of DirectMonotonicReader in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
OffHeapByteVectorValues.SparseOffHeapVectorValues. ordToDoc
private DirectMonotonicReader
OffHeapFloatVectorValues.SparseOffHeapVectorValues. ordToDoc
Methods in org.apache.lucene.codecs.lucene95 that return DirectMonotonicReader Modifier and Type Method Description DirectMonotonicReader
OrdToDocDISIReaderConfiguration. getDirectMonotonicReader(IndexInput dataIn)
-
Uses of DirectMonotonicReader in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
Lucene99HnswVectorsReader.OffHeapHnswGraph. graphLevelNodeOffsets
private DirectMonotonicReader
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues. ordToDoc
-
Uses of DirectMonotonicReader in org.apache.lucene.util.packed
Methods in org.apache.lucene.util.packed that return DirectMonotonicReader Modifier and Type Method Description static DirectMonotonicReader
DirectMonotonicReader. getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data)
Retrieves a non-merging instance from the specified slice.static DirectMonotonicReader
DirectMonotonicReader. getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data, boolean merging)
Retrieves an instance from the specified slice.
-