Uses of Class
org.apache.lucene.codecs.memory.LegacyBinaryDocValues
Packages that use LegacyBinaryDocValues
Package
Description
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
-
Uses of LegacyBinaryDocValues in org.apache.lucene.codecs.memory
Subclasses of LegacyBinaryDocValues in org.apache.lucene.codecs.memoryFields in org.apache.lucene.codecs.memory declared as LegacyBinaryDocValuesModifier and TypeFieldDescriptionprivate final LegacyBinaryDocValuesLegacyBinaryDocValuesWrapper.valuesDeprecated.Methods in org.apache.lucene.codecs.memory that return LegacyBinaryDocValuesModifier and TypeMethodDescriptionprivate LegacyBinaryDocValuesDirectDocValuesProducer.getLegacyBinary(FieldInfo field) Methods in org.apache.lucene.codecs.memory with parameters of type LegacyBinaryDocValuesModifier and TypeMethodDescriptionprivate LegacySortedDocValuesDirectDocValuesProducer.newSortedInstance(LegacyNumericDocValues docToOrd, LegacyBinaryDocValues values, int count) Constructors in org.apache.lucene.codecs.memory with parameters of type LegacyBinaryDocValuesModifierConstructorDescriptionLegacyBinaryDocValuesWrapper(Bits docsWithField, LegacyBinaryDocValues values) Deprecated.
SortedDocValuesinstead.