Class FetchDocValuesContext
java.lang.Object
org.elasticsearch.search.fetch.subphase.FetchDocValuesContext
public class FetchDocValuesContext
extends java.lang.Object
All the required context to pull a field from the doc values.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFetchDocValuesContext.FieldAndFormatWrapper around a field name and the format that should be used to display values of this field. -
Constructor Summary
Constructors Constructor Description FetchDocValuesContext(java.util.List<FetchDocValuesContext.FieldAndFormat> fields) -
Method Summary
Modifier and Type Method Description java.util.List<FetchDocValuesContext.FieldAndFormat>fields()Returns the required docvalue fields
-
Constructor Details
-
Method Details
-
fields
Returns the required docvalue fields
-