Uses of Class
org.apache.lucene.index.NumericDocValuesWriter.NumericDVs
-
Packages that use NumericDocValuesWriter.NumericDVs Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of NumericDocValuesWriter.NumericDVs in org.apache.lucene.index
Fields in org.apache.lucene.index declared as NumericDocValuesWriter.NumericDVs Modifier and Type Field Description private NumericDocValuesWriter.NumericDVs
NumericDocValuesWriter.SortingNumericDocValues. dvs
Methods in org.apache.lucene.index that return NumericDocValuesWriter.NumericDVs Modifier and Type Method Description private NumericDocValuesWriter.NumericDVs
SortingCodecReader. getNumericDocValues(NumericDocValues oldNumerics)
(package private) static NumericDocValuesWriter.NumericDVs
NumericDocValuesWriter. sortDocValues(int maxDoc, Sorter.DocMap sortMap, NumericDocValues oldDocValues, boolean dense)
Constructors in org.apache.lucene.index with parameters of type NumericDocValuesWriter.NumericDVs Constructor Description SortingNumericDocValues(NumericDocValuesWriter.NumericDVs dvs)
-