Uses of Class
org.elasticsearch.search.fetch.subphase.DocValueFieldsContext.FieldAndFormat
-
-
Uses of DocValueFieldsContext.FieldAndFormat in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return types with arguments of type DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description List<DocValueFieldsContext.FieldAndFormat>InnerHitBuilder. getDocValueFields()Gets the docvalue fields.Method parameters in org.elasticsearch.index.query with type arguments of type DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description InnerHitBuilderInnerHitBuilder. setDocValueFields(List<DocValueFieldsContext.FieldAndFormat> docValueFields)Sets the stored fields to load from the docvalue and return. -
Uses of DocValueFieldsContext.FieldAndFormat in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return types with arguments of type DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description List<DocValueFieldsContext.FieldAndFormat>TopHitsAggregationBuilder. fieldDataFields()Gets the field-data fields. -
Uses of DocValueFieldsContext.FieldAndFormat in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return types with arguments of type DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description List<DocValueFieldsContext.FieldAndFormat>SearchSourceBuilder. docValueFields()Gets the docvalue fields. -
Uses of DocValueFieldsContext.FieldAndFormat in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description static DocValueFieldsContext.FieldAndFormatDocValueFieldsContext.FieldAndFormat. fromXContent(XContentParser parser)Parse aDocValueFieldsContext.FieldAndFormatfrom someXContent.Methods in org.elasticsearch.search.fetch.subphase that return types with arguments of type DocValueFieldsContext.FieldAndFormat Modifier and Type Method Description List<DocValueFieldsContext.FieldAndFormat>DocValueFieldsContext. fields()Returns the required docvalue fieldsConstructor parameters in org.elasticsearch.search.fetch.subphase with type arguments of type DocValueFieldsContext.FieldAndFormat Constructor Description DocValueFieldsContext(List<DocValueFieldsContext.FieldAndFormat> fields)
-