public class GeoPointArrayIndexFieldData extends AbstractIndexFieldData<AtomicGeoPointFieldData>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
org.elasticsearch.index.fielddata.plain.AbstractIndexGeoPointFieldData.BaseGeoPointTermsEnum |
protected static class |
org.elasticsearch.index.fielddata.plain.AbstractIndexGeoPointFieldData.GeoPointTermsEnum |
protected static class |
org.elasticsearch.index.fielddata.plain.AbstractIndexGeoPointFieldData.GeoPointTermsEnumLegacy |
AbstractIndexFieldData.PerValueEstimatorIndexFieldData.Builder, IndexFieldData.CommonSettings, IndexFieldData.Global<FD extends AtomicFieldData>, IndexFieldData.XFieldComparatorSourcecachedeprecationLogger, indexSettings, logger| Constructor and Description |
|---|
GeoPointArrayIndexFieldData(IndexSettings indexSettings,
java.lang.String fieldName,
IndexFieldDataCache cache,
CircuitBreakerService breakerService) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
org.apache.lucene.search.SortField |
sortField(java.lang.Object missingValue,
MultiValueMode sortMode,
IndexFieldData.XFieldComparatorSource.Nested nested,
boolean reverse)
Returns the
SortField to used for sorting. |
clear, getFieldName, loadgetIndexSettings, indexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getFieldName, loadindexpublic GeoPointArrayIndexFieldData(IndexSettings indexSettings, java.lang.String fieldName, IndexFieldDataCache cache, CircuitBreakerService breakerService)
public AtomicGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws java.lang.Exception
IndexFieldDatajava.lang.Exceptionpublic org.apache.lucene.search.SortField sortField(@Nullable java.lang.Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)
IndexFieldDataSortField to used for sorting.sortField in interface IndexFieldData<AtomicGeoPointFieldData>protected AtomicGeoPointFieldData empty(int maxDoc)
empty in class AbstractIndexFieldData<AtomicGeoPointFieldData>maxDoc - of the current reader