Module org.elasticsearch.server
Class SourceValueFetcherMultiGeoPointIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData<MultiGeoPointValues>
org.elasticsearch.index.fielddata.SourceValueFetcherMultiGeoPointIndexFieldData
- All Implemented Interfaces:
IndexFieldData<SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<MultiGeoPointValues>>
public class SourceValueFetcherMultiGeoPointIndexFieldData
extends SourceValueFetcherIndexFieldData<MultiGeoPointValues>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classNested classes/interfaces inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData
SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<T>, SourceValueFetcherIndexFieldData.ValueFetcherDocValuesNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData
fieldName, sourceProvider, toScriptFieldFactory, valueFetcher, valuesSourceType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSourceValueFetcherMultiGeoPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ValueFetcher valueFetcher, SourceProvider sourceProvider, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionloadDirect(org.apache.lucene.index.LeafReaderContext context) Loads directly the atomic field data for the reader, ignoring any caching involved.Methods inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData
getFieldName, getValuesSourceType, load, newBucketedSort, sortFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
sortField
-
Constructor Details
-
SourceValueFetcherMultiGeoPointIndexFieldData
protected SourceValueFetcherMultiGeoPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ValueFetcher valueFetcher, SourceProvider sourceProvider, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory)
-
-
Method Details
-
loadDirect
public SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) Description copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.
-