Uses of Class
org.apache.lucene.index.SortingLeafReader.CachedNumericDVs
-
Packages that use SortingLeafReader.CachedNumericDVs Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of SortingLeafReader.CachedNumericDVs in org.apache.lucene.index
Fields in org.apache.lucene.index declared as SortingLeafReader.CachedNumericDVs Modifier and Type Field Description private SortingLeafReader.CachedNumericDVs
SortingLeafReader.SortingNumericDocValues. dvs
Fields in org.apache.lucene.index with type parameters of type SortingLeafReader.CachedNumericDVs Modifier and Type Field Description private java.util.Map<java.lang.String,SortingLeafReader.CachedNumericDVs>
SortingLeafReader. cachedNorms
private java.util.Map<java.lang.String,SortingLeafReader.CachedNumericDVs>
SortingLeafReader. cachedNumericDVs
Methods in org.apache.lucene.index that return SortingLeafReader.CachedNumericDVs Modifier and Type Method Description (package private) static SortingLeafReader.CachedNumericDVs
NumericDocValuesWriter. sortDocValues(int maxDoc, Sorter.DocMap sortMap, NumericDocValues oldDocValues)
Constructors in org.apache.lucene.index with parameters of type SortingLeafReader.CachedNumericDVs Constructor Description SortingNumericDocValues(SortingLeafReader.CachedNumericDVs dvs)
-