Module org.elasticsearch.server
Class SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<SortedBinaryDocValues>
org.elasticsearch.index.fielddata.SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable,LeafFieldData
- Enclosing class:
SourceValueFetcherSortedBinaryIndexFieldData
public static class SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData
extends SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<SortedBinaryDocValues>
-
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
ConstructorsConstructorDescriptionSourceValueFetcherSortedBinaryLeafFieldData(ToScriptFieldFactory<SortedBinaryDocValues> 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
-
SourceValueFetcherSortedBinaryLeafFieldData
public SourceValueFetcherSortedBinaryLeafFieldData(ToScriptFieldFactory<SortedBinaryDocValues> toScriptFieldFactory, org.apache.lucene.index.LeafReaderContext leafReaderContext, ValueFetcher valueFetcher, SourceProvider sourceProvider)
-
-
Method Details
-
getScriptFieldFactory
Description copied from interface:LeafFieldData
-