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.CachedNumericDVsSortingLeafReader.SortingNumericDocValues. dvsFields 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. cachedNormsprivate java.util.Map<java.lang.String,SortingLeafReader.CachedNumericDVs>SortingLeafReader. cachedNumericDVsMethods in org.apache.lucene.index that return SortingLeafReader.CachedNumericDVs Modifier and Type Method Description (package private) static SortingLeafReader.CachedNumericDVsNumericDocValuesWriter. 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)
-