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 class
static class
static class
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData
SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<T>, SourceValueFetcherIndexFieldData.ValueFetcherDocValues
Nested 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
ConstructorsModifierConstructorDescriptionprotected
SourceValueFetcherMultiGeoPointIndexFieldData
(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, 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:IndexFieldData
Loads directly the atomic field data for the reader, ignoring any caching involved.
-