Module org.elasticsearch.server
Interface SourceValueFetcherIndexFieldData.ValueFetcherDocValues
- All Known Implementing Classes:
SourceValueFetcherMultiGeoPointIndexFieldData.SourceValueFetcherMultiGeoPointDocValues
,SourceValueFetcherSortedBinaryIndexFieldData.SourceValueFetcherSortedBinaryDocValues
,SourceValueFetcherSortedNumericIndexFieldData.SourceValueFetcherSortedNumericDocValues
- Enclosing class:
SourceValueFetcherIndexFieldData<T>
public static interface SourceValueFetcherIndexFieldData.ValueFetcherDocValues
Marker interface to indicate these doc values are generated
on-the-fly from a
ValueFetcher
.