Module org.elasticsearch.server
Class StoredFieldSortedBinaryIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.StoredFieldIndexFieldData<SortedBinaryDocValues>
org.elasticsearch.index.fielddata.StoredFieldSortedBinaryIndexFieldData
- All Implemented Interfaces:
IndexFieldData<StoredFieldIndexFieldData<SortedBinaryDocValues>.StoredFieldLeafFieldData>
public abstract class StoredFieldSortedBinaryIndexFieldData
extends StoredFieldIndexFieldData<SortedBinaryDocValues>
Per segment values for a field loaded from stored fields exposing
SortedBinaryDocValues.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.StoredFieldIndexFieldData
StoredFieldIndexFieldData.StoredFieldLeafFieldDataNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Builder, IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.StoredFieldIndexFieldData
loader, toScriptFieldFactory -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStoredFieldSortedBinaryIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<SortedBinaryDocValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.elasticsearch.index.fielddata.StoredFieldSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryDocValuesloadLeaf(LeafStoredFieldLoader leafStoredFieldLoader) protected abstract org.apache.lucene.util.BytesRefstoredToBytesRef(Object stored) Methods inherited from class org.elasticsearch.index.fielddata.StoredFieldIndexFieldData
getFieldName, getValuesSourceType, load, loadDirect, 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
-
StoredFieldSortedBinaryIndexFieldData
protected StoredFieldSortedBinaryIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<SortedBinaryDocValues> toScriptFieldFactory)
-
-
Method Details
-
loadLeaf
protected org.elasticsearch.index.fielddata.StoredFieldSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryDocValues loadLeaf(LeafStoredFieldLoader leafStoredFieldLoader) - Specified by:
loadLeafin classStoredFieldIndexFieldData<SortedBinaryDocValues>
-
storedToBytesRef
-