public class GeoPointArrayIndexFieldData extends AbstractIndexFieldData<AtomicGeoPointFieldData>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractIndexGeoPointFieldData.BaseGeoPointTermsEnum |
protected static class |
AbstractIndexGeoPointFieldData.GeoPointTermsEnum |
protected static class |
AbstractIndexGeoPointFieldData.GeoPointTermsEnumLegacy |
static class |
GeoPointArrayIndexFieldData.Builder |
AbstractIndexFieldData.PerValueEstimatorIndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcecache, fieldDataTypedeprecationLogger, index, indexSettings, logger| Constructor and Description |
|---|
GeoPointArrayIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
| Modifier and Type | Method and Description |
|---|---|
IndexFieldData.XFieldComparatorSource |
comparatorSource(Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested)
Comparator used for sorting.
|
protected AtomicGeoPointFieldData |
empty(int maxDoc) |
AtomicGeoPointFieldData |
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 GeoPointArrayIndexFieldData(Index index, Settings indexSettings, MappedFieldType.Names fieldNames, FieldDataType fieldDataType, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public AtomicGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception
IndexFieldDataExceptionpublic final IndexFieldData.XFieldComparatorSource comparatorSource(@Nullable Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)
IndexFieldDatacomparatorSource in interface IndexFieldData<AtomicGeoPointFieldData>protected AtomicGeoPointFieldData empty(int maxDoc)
empty in class AbstractIndexFieldData<AtomicGeoPointFieldData>maxDoc - of the current readerCopyright © 2009–2016. All rights reserved.