Uses of Class
org.apache.lucene.index.LegacyNumericDocValues
-
Packages that use LegacyNumericDocValues Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of LegacyNumericDocValues in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type LegacyNumericDocValues Constructor Description LegacyNumericDocValuesWrapper(Bits docsWithField, LegacyNumericDocValues values)Deprecated. -
Uses of LegacyNumericDocValues in org.apache.lucene.util.packed
Subclasses of LegacyNumericDocValues in org.apache.lucene.util.packed Modifier and Type Class Description classGrowableWriterImplementsPackedInts.Mutable, but grows the bit count of the underlying packed ints on-demand.static classPackedInts.MutableA packed integer array that can be modified.static classPackedInts.NullReaderAPackedInts.Readerwhich has all its values equal to 0 (bitsPerValue = 0).static classPackedInts.ReaderA read-only random access array of positive integers.
-