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