public class NumericDVIndexFieldData extends DocValuesIndexFieldData implements IndexNumericFieldData
DocValuesIndexFieldData.BuilderIndexNumericFieldData.NumericTypeIndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcefieldDataType, fieldNames, index, logger| Constructor and Description |
|---|
NumericDVIndexFieldData(Index index,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
IndexNumericFieldData.NumericType |
getNumericType() |
org.elasticsearch.index.fielddata.plain.AtomicLongFieldData |
load(org.apache.lucene.index.AtomicReaderContext context)
Loads the atomic field data for the reader, possibly cached.
|
org.elasticsearch.index.fielddata.plain.AtomicLongFieldData |
loadDirect(org.apache.lucene.index.AtomicReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
clear, clear, getFieldDataType, getFieldNames, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clear, getFieldDataType, getFieldNamesindexpublic NumericDVIndexFieldData(Index index, FieldMapper.Names fieldNames, FieldDataType fieldDataType)
public org.elasticsearch.index.fielddata.plain.AtomicLongFieldData load(org.apache.lucene.index.AtomicReaderContext context)
IndexFieldDataload in interface IndexFieldData<AtomicNumericFieldData>public org.elasticsearch.index.fielddata.plain.AtomicLongFieldData loadDirect(org.apache.lucene.index.AtomicReaderContext context)
throws Exception
IndexFieldDataloadDirect in interface IndexFieldData<AtomicNumericFieldData>Exceptionpublic IndexFieldData.XFieldComparatorSource comparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource in interface IndexFieldData<AtomicNumericFieldData>public IndexNumericFieldData.NumericType getNumericType()
getNumericType in interface IndexNumericFieldDataCopyright © 2009–2016. All rights reserved.