Uses of Class
org.apache.lucene.codecs.memory.LegacySortedNumericDocValues
Packages that use LegacySortedNumericDocValues
Package
Description
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
-
Uses of LegacySortedNumericDocValues in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as LegacySortedNumericDocValuesModifier and TypeFieldDescriptionprivate final LegacySortedNumericDocValuesLegacySortedNumericDocValuesWrapper.valuesDeprecated.Constructors in org.apache.lucene.codecs.memory with parameters of type LegacySortedNumericDocValuesModifierConstructorDescriptionLegacySortedNumericDocValuesWrapper(LegacySortedNumericDocValues values, int maxDoc) Deprecated.