Uses of Class
org.apache.lucene.codecs.memory.LegacyNumericDocValues
-
Packages that use LegacyNumericDocValues Package Description org.apache.lucene.codecs.memory 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 LegacyNumericDocValues Modifier and Type Field Description (package private) LegacyNumericDocValuesDirectDocValuesProducer.NumericRawValues. numericsprivate LegacyNumericDocValuesLegacyNumericDocValuesWrapper. valuesDeprecated.Methods in org.apache.lucene.codecs.memory with parameters of type LegacyNumericDocValues Modifier and Type Method Description private LegacySortedDocValuesDirectDocValuesProducer. newSortedInstance(LegacyNumericDocValues docToOrd, LegacyBinaryDocValues values, int count)Constructors in org.apache.lucene.codecs.memory with parameters of type LegacyNumericDocValues Constructor Description LegacyNumericDocValuesWrapper(Bits docsWithField, LegacyNumericDocValues values)Deprecated.
-