public class BinaryDVNumericIndexFieldData extends DocValuesIndexFieldData implements IndexNumericFieldData
DocValuesIndexFieldData.BuilderIndexNumericFieldData.NumericTypeIndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcefieldDataType, fieldNames, index, logger| Constructor and Description |
|---|
BinaryDVNumericIndexFieldData(Index index,
MappedFieldType.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
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() |
AtomicNumericFieldData |
load(org.apache.lucene.index.LeafReaderContext context)
Loads the atomic field data for the reader, possibly cached.
|
AtomicNumericFieldData |
loadDirect(org.apache.lucene.index.LeafReaderContext 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, getFieldDataType, getFieldNamesindexpublic BinaryDVNumericIndexFieldData(Index index, MappedFieldType.Names fieldNames, IndexNumericFieldData.NumericType numericType, FieldDataType fieldDataType)
public IndexFieldData.XFieldComparatorSource comparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource in interface IndexFieldData<AtomicNumericFieldData>public AtomicNumericFieldData load(org.apache.lucene.index.LeafReaderContext context)
IndexFieldDataload in interface IndexFieldData<AtomicNumericFieldData>public AtomicNumericFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
IndexFieldDataloadDirect in interface IndexFieldData<AtomicNumericFieldData>Exceptionpublic IndexNumericFieldData.NumericType getNumericType()
getNumericType in interface IndexNumericFieldDataCopyright © 2009–2017. All rights reserved.