public final class DisabledIndexFieldData extends AbstractIndexFieldData<AtomicFieldData>
ElasticsearchIllegalStateException if you try to load
AtomicFieldData instances.| Modifier and Type | Class and Description |
|---|---|
static class |
DisabledIndexFieldData.Builder |
AbstractIndexFieldData.PerValueEstimatorIndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcecache, fieldDataTypecomponentSettings, index, indexSettings, logger| Constructor and Description |
|---|
DisabledIndexFieldData(Index index,
Settings indexSettings,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
AtomicFieldData |
loadDirect(org.apache.lucene.index.AtomicReaderContext context)
Loads directly the atomic field data for the reader, ignoring any caching involved.
|
clear, clear, getFieldDataType, getFieldNames, loadindex, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitindexpublic DisabledIndexFieldData(Index index, Settings indexSettings, FieldMapper.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache)
public AtomicFieldData loadDirect(org.apache.lucene.index.AtomicReaderContext context) throws Exception
IndexFieldDataExceptionpublic IndexFieldData.XFieldComparatorSource comparatorSource(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDataCopyright © 2009–2016. All rights reserved.