public class DoubleArrayIndexFieldData extends AbstractIndexFieldData<AtomicNumericFieldData> implements IndexNumericFieldData
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
DoubleArrayIndexFieldData.Builder |
AbstractIndexFieldData.PerValueEstimatorIndexNumericFieldData.NumericTypeIndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcecache, fieldDataTypedeprecationLogger, index, indexSettings, logger| コンストラクタと説明 |
|---|
DoubleArrayIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
protected AtomicNumericFieldData |
empty(int maxDoc) |
IndexNumericFieldData.NumericType |
getNumericType() |
AtomicNumericFieldData |
loadDirect(org.apache.lucene.index.LeafReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
clear, getFieldDataType, getFieldNames, loadindex, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldDataType, getFieldNames, loadindexpublic DoubleArrayIndexFieldData(Index index, Settings indexSettings, MappedFieldType.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public IndexNumericFieldData.NumericType getNumericType()
getNumericType インタフェース内 IndexNumericFieldDatapublic AtomicNumericFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
IndexFieldDataloadDirect インタフェース内 IndexFieldData<AtomicNumericFieldData>Exceptionprotected AtomicNumericFieldData empty(int maxDoc)
empty クラス内 AbstractIndexFieldData<AtomicNumericFieldData>maxDoc - of the current readerpublic IndexFieldData.XFieldComparatorSource comparatorSource(@Nullable Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource インタフェース内 IndexFieldData<AtomicNumericFieldData>Copyright © 2009–2016. All rights reserved.