public class NumericDVIndexFieldData extends DocValuesIndexFieldData implements IndexNumericFieldData
DocValuesIndexFieldData.Builder
IndexNumericFieldData.NumericType
IndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSource
fieldDataType, 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, index
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, clear, getFieldDataType, getFieldNames
index
public NumericDVIndexFieldData(Index index, FieldMapper.Names fieldNames, FieldDataType fieldDataType)
public org.elasticsearch.index.fielddata.plain.AtomicLongFieldData load(org.apache.lucene.index.AtomicReaderContext context)
IndexFieldData
load
in interface IndexFieldData<AtomicNumericFieldData>
public org.elasticsearch.index.fielddata.plain.AtomicLongFieldData loadDirect(org.apache.lucene.index.AtomicReaderContext context) throws Exception
IndexFieldData
loadDirect
in interface IndexFieldData<AtomicNumericFieldData>
Exception
public IndexFieldData.XFieldComparatorSource comparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldData
comparatorSource
in interface IndexFieldData<AtomicNumericFieldData>
public IndexNumericFieldData.NumericType getNumericType()
getNumericType
in interface IndexNumericFieldData
Copyright © 2009–2015. All rights reserved.