Uses of Class
org.apache.lucene.codecs.memory.LegacyBinaryDocValues
-
Packages that use LegacyBinaryDocValues Package Description org.apache.lucene.codecs.memory 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.memory Modifier and Type Class Description (package private) class
LegacySortedDocValues
Deprecated.UseSortedDocValues
instead.Fields in org.apache.lucene.codecs.memory declared as LegacyBinaryDocValues Modifier and Type Field Description private LegacyBinaryDocValues
LegacyBinaryDocValuesWrapper. values
Deprecated.Methods in org.apache.lucene.codecs.memory that return LegacyBinaryDocValues Modifier and Type Method Description private LegacyBinaryDocValues
DirectDocValuesProducer. getLegacyBinary(FieldInfo field)
Methods in org.apache.lucene.codecs.memory with parameters of type LegacyBinaryDocValues Modifier and Type Method Description private LegacySortedDocValues
DirectDocValuesProducer. newSortedInstance(LegacyNumericDocValues docToOrd, LegacyBinaryDocValues values, int count)
Constructors in org.apache.lucene.codecs.memory with parameters of type LegacyBinaryDocValues Constructor Description LegacyBinaryDocValuesWrapper(Bits docsWithField, LegacyBinaryDocValues values)
Deprecated.
-