Uses of Class
org.apache.lucene.util.packed.DirectMonotonicReader
-
Packages that use DirectMonotonicReader Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of DirectMonotonicReader in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as DirectMonotonicReader Modifier and Type Field Description private DirectMonotonicReader
FieldsIndexReader. docs
private DirectMonotonicReader
FieldsIndexReader. startPointers
-
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 an instance from the specified slice.
-