Uses of Class
org.apache.lucene.codecs.memory.LegacyNumericDocValues
Packages that use LegacyNumericDocValues
Package
Description
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
-
Uses of LegacyNumericDocValues in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as LegacyNumericDocValuesModifier and TypeFieldDescription(package private) LegacyNumericDocValuesDirectDocValuesProducer.NumericRawValues.numericsprivate final LegacyNumericDocValuesLegacyNumericDocValuesWrapper.valuesDeprecated.Methods in org.apache.lucene.codecs.memory with parameters of type LegacyNumericDocValuesModifier and TypeMethodDescriptionprivate LegacySortedDocValuesDirectDocValuesProducer.newSortedInstance(LegacyNumericDocValues docToOrd, LegacyBinaryDocValues values, int count) Constructors in org.apache.lucene.codecs.memory with parameters of type LegacyNumericDocValuesModifierConstructorDescriptionLegacyNumericDocValuesWrapper(Bits docsWithField, LegacyNumericDocValues values) Deprecated.