Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader
-
Packages that use DirectMonotonicReader Package Description org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
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.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
OffHeapVectorValues.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.
-