Uses of Class
org.elasticsearch.search.fetch.subphase.FetchSourceContext
-
-
Uses of FetchSourceContext in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type FetchSourceContext Modifier and Type Method Description BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)Parse the provideddataassuming the provided default values. -
Uses of FetchSourceContext in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return FetchSourceContext Modifier and Type Method Description FetchSourceContextExplainRequest. fetchSourceContext()Methods in org.elasticsearch.action.explain with parameters of type FetchSourceContext Modifier and Type Method Description ExplainRequestExplainRequest. fetchSourceContext(FetchSourceContext context)Allows setting theFetchSourceContextfor this request, controlling if and how _source should be returned. -
Uses of FetchSourceContext in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return FetchSourceContext Modifier and Type Method Description FetchSourceContextGetRequest. fetchSourceContext()FetchSourceContextMultiGetRequest.Item. fetchSourceContext()Methods in org.elasticsearch.action.get with parameters of type FetchSourceContext Modifier and Type Method Description MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)GetRequestGetRequest. fetchSourceContext(FetchSourceContext context)Allows setting theFetchSourceContextfor this request, controlling if and how _source should be returned.MultiGetRequest.ItemMultiGetRequest.Item. fetchSourceContext(FetchSourceContext fetchSourceContext)Allows setting theFetchSourceContextfor this request, controlling if and how _source should be returned.static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting) -
Uses of FetchSourceContext in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return FetchSourceContext Modifier and Type Method Description FetchSourceContextUpdateRequest. fetchSource()Gets theFetchSourceContextwhich defines how the _source should be fetched.Methods in org.elasticsearch.action.update with parameters of type FetchSourceContext Modifier and Type Method Description UpdateRequestUpdateRequest. fetchSource(FetchSourceContext context)Explicitly set the fetch source context for this request -
Uses of FetchSourceContext in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return FetchSourceContext Modifier and Type Method Description FetchSourceContextDataFrameAnalyticsConfig. getAnalyzedFields()Methods in org.elasticsearch.client.ml.dataframe with parameters of type FetchSourceContext Modifier and Type Method Description DataFrameAnalyticsConfig.BuilderDataFrameAnalyticsConfig.Builder. setAnalyzedFields(FetchSourceContext fields) -
Uses of FetchSourceContext in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get with parameters of type FetchSourceContext Modifier and Type Method Description GetResultShardGetService. get(String type, String id, String[] gFields, boolean realtime, long version, VersionType versionType, FetchSourceContext fetchSourceContext)GetResultShardGetService. get(Engine.GetResult engineGetResult, String id, String type, String[] fields, FetchSourceContext fetchSourceContext)ReturnsGetResultbased on the specifiedEngine.GetResultargument. -
Uses of FetchSourceContext in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return FetchSourceContext Modifier and Type Method Description FetchSourceContextInnerHitBuilder. getFetchSourceContext()Methods in org.elasticsearch.index.query with parameters of type FetchSourceContext Modifier and Type Method Description InnerHitBuilderInnerHitBuilder. setFetchSourceContext(FetchSourceContext fetchSourceContext) -
Uses of FetchSourceContext in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return FetchSourceContext Modifier and Type Method Description FetchSourceContextTopHitsAggregationBuilder. fetchSource()Gets theFetchSourceContextwhich defines how the _source should be fetched.Methods in org.elasticsearch.search.aggregations.metrics with parameters of type FetchSourceContext Modifier and Type Method Description TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(FetchSourceContext fetchSourceContext)Indicate how the _source should be fetched. -
Uses of FetchSourceContext in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return FetchSourceContext Modifier and Type Method Description FetchSourceContextSearchSourceBuilder. fetchSource()Gets theFetchSourceContextwhich defines how the _source should be fetched.Methods in org.elasticsearch.search.builder with parameters of type FetchSourceContext Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. fetchSource(FetchSourceContext fetchSourceContext)Indicate how the _source should be fetched. -
Uses of FetchSourceContext in org.elasticsearch.search.fetch.subphase
Fields in org.elasticsearch.search.fetch.subphase declared as FetchSourceContext Modifier and Type Field Description static FetchSourceContextFetchSourceContext. DO_NOT_FETCH_SOURCEstatic FetchSourceContextFetchSourceContext. FETCH_SOURCEMethods in org.elasticsearch.search.fetch.subphase that return FetchSourceContext Modifier and Type Method Description static FetchSourceContextFetchSourceContext. fromXContent(XContentParser parser)static FetchSourceContextFetchSourceContext. parseFromRestRequest(RestRequest request) -
Uses of FetchSourceContext in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return FetchSourceContext Modifier and Type Method Description FetchSourceContextFilteredSearchContext. fetchSourceContext()abstract FetchSourceContextSearchContext. fetchSourceContext()FetchSourceContextSubSearchContext. fetchSourceContext()Methods in org.elasticsearch.search.internal with parameters of type FetchSourceContext Modifier and Type Method Description SearchContextFilteredSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext)abstract SearchContextSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext)SearchContextSubSearchContext. fetchSourceContext(FetchSourceContext fetchSourceContext) -
Uses of FetchSourceContext in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup with parameters of type FetchSourceContext Modifier and Type Method Description ObjectSourceLookup. filter(FetchSourceContext context)
-