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