Uses of Class
org.apache.lucene.codecs.memory.LegacySortedDocValues
-
Packages that use LegacySortedDocValues Package Description org.apache.lucene.codecs.memory 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 LegacySortedDocValues Modifier and Type Field Description private LegacySortedDocValues
LegacySortedDocValuesWrapper. values
Deprecated.Methods in org.apache.lucene.codecs.memory that return LegacySortedDocValues 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 LegacySortedDocValues Constructor Description LegacySortedDocValuesWrapper(LegacySortedDocValues values, int maxDoc)
Deprecated.
-