Uses of Class
org.elasticsearch.search.fetch.StoredFieldsContext
-
-
Uses of StoredFieldsContext in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return StoredFieldsContext Modifier and Type Method Description StoredFieldsContextInnerHitBuilder. getStoredFieldsContext()Gets the stored fields context. -
Uses of StoredFieldsContext in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return StoredFieldsContext Modifier and Type Method Description StoredFieldsContextTopHitsAggregationBuilder. storedFields()Gets the stored fields context -
Uses of StoredFieldsContext in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return StoredFieldsContext Modifier and Type Method Description StoredFieldsContextSearchSourceBuilder. storedFields()Gets the stored fields context.Methods in org.elasticsearch.search.builder with parameters of type StoredFieldsContext Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. storedFields(StoredFieldsContext context)Indicates how the stored fields should be fetched. -
Uses of StoredFieldsContext in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return StoredFieldsContext Modifier and Type Method Description StoredFieldsContextStoredFieldsContext. addFieldName(String field)Adds a field namefieldto the list of fields to load.StoredFieldsContextStoredFieldsContext. addFieldNames(List<String> fieldNames)Adds the field namesfieldNamesto the list of fields to load.static StoredFieldsContextStoredFieldsContext. fromList(List<String> fieldNames)static StoredFieldsContextStoredFieldsContext. fromRestRequest(String name, RestRequest request)static StoredFieldsContextStoredFieldsContext. fromXContent(String fieldName, XContentParser parser)Constructors in org.elasticsearch.search.fetch with parameters of type StoredFieldsContext Constructor Description StoredFieldsContext(StoredFieldsContext other) -
Uses of StoredFieldsContext in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return StoredFieldsContext Modifier and Type Method Description StoredFieldsContextFilteredSearchContext. storedFieldsContext()abstract StoredFieldsContextSearchContext. storedFieldsContext()StoredFieldsContextSubSearchContext. storedFieldsContext()Methods in org.elasticsearch.search.internal with parameters of type StoredFieldsContext Modifier and Type Method Description SearchContextFilteredSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)abstract SearchContextSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)SearchContextSubSearchContext. storedFieldsContext(StoredFieldsContext storedFieldsContext)
-