Uses of Class
org.apache.lucene.codecs.DocValuesConsumer.SortedDocValuesSub
-
Packages that use DocValuesConsumer.SortedDocValuesSub Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. -
-
Uses of DocValuesConsumer.SortedDocValuesSub in org.apache.lucene.codecs
Method parameters in org.apache.lucene.codecs with type arguments of type DocValuesConsumer.SortedDocValuesSub Modifier and Type Method Description private static SortedDocValues
DocValuesConsumer. mergeSortedValues(java.util.List<DocValuesConsumer.SortedDocValuesSub> subs, boolean indexIsSorted, OrdinalMap map)
-