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