Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
private SortingLeafReader.CachedNumericDVs |
SortingLeafReader.SortingNumericDocValues.dvs |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SortingLeafReader.CachedNumericDVs> |
SortingLeafReader.cachedNorms |
private java.util.Map<java.lang.String,SortingLeafReader.CachedNumericDVs> |
SortingLeafReader.cachedNumericDVs |
Modifier and Type | Method and Description |
---|---|
(package private) static SortingLeafReader.CachedNumericDVs |
NumericDocValuesWriter.sortDocValues(int maxDoc,
Sorter.DocMap sortMap,
NumericDocValues oldDocValues) |
Constructor and Description |
---|
SortingNumericDocValues(SortingLeafReader.CachedNumericDVs dvs) |