Module org.elasticsearch.server
Class SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<MultiGeoPointValues>
org.elasticsearch.index.fielddata.SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable,LeafFieldData
- Enclosing class:
SourceValueFetcherMultiGeoPointIndexFieldData
public static class SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointLeafFieldData
extends SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<MultiGeoPointValues>
-
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData
leafReaderContext, sourceProvider, toScriptFieldFactory, valueFetcherFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionSourceValueFetcherMultiGeoPointLeafFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory, org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider) -
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData
getBytesValues, ramBytesUsedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResourcesMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
close, getFormattedValues
-
Constructor Details
-
SourceValueFetcherMultiGeoPointLeafFieldData
public SourceValueFetcherMultiGeoPointLeafFieldData(ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory, org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider)
-
-
Method Details
-
getScriptFieldFactory
Description copied from interface:LeafFieldData
-