Module org.elasticsearch.server
Class SourceValueFetcherSortedBinaryIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.SourceValueFetcherIndexFieldData<SortedBinaryDocValues>
org.elasticsearch.index.fielddata.SourceValueFetcherSortedBinaryIndexFieldData
- All Implemented Interfaces:
IndexFieldData<SourceValueFetcherIndexFieldData.SourceValueFetcherLeafFieldData<SortedBinaryDocValues>>
public class SourceValueFetcherSortedBinaryIndexFieldData
extends SourceValueFetcherIndexFieldData<SortedBinaryDocValues>
-
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
ConstructorsModifierConstructorDescriptionprotectedSourceValueFetcherSortedBinaryIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ValueFetcher valueFetcher, SourceProvider sourceProvider, ToScriptFieldFactory<SortedBinaryDocValues> 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
-
SourceValueFetcherSortedBinaryIndexFieldData
protected SourceValueFetcherSortedBinaryIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ValueFetcher valueFetcher, SourceProvider sourceProvider, ToScriptFieldFactory<SortedBinaryDocValues> toScriptFieldFactory)
-
-
Method Details
-
loadDirect
public SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryLeafFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) Description copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.
-