Uses of Class
org.apache.lucene.codecs.memory.LegacySortedDocValues
Packages that use LegacySortedDocValues
Package
Description
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
-
Uses of LegacySortedDocValues in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as LegacySortedDocValuesModifier and TypeFieldDescriptionprivate final LegacySortedDocValuesLegacySortedDocValuesWrapper.valuesDeprecated.Methods in org.apache.lucene.codecs.memory that return LegacySortedDocValuesModifier and TypeMethodDescriptionprivate LegacySortedDocValuesDirectDocValuesProducer.newSortedInstance(LegacyNumericDocValues docToOrd, LegacyBinaryDocValues values, int count) Constructors in org.apache.lucene.codecs.memory with parameters of type LegacySortedDocValuesModifierConstructorDescriptionLegacySortedDocValuesWrapper(LegacySortedDocValues values, int maxDoc) Deprecated.