Uses of Class
org.elasticsearch.search.fetch.FetchSearchResult
-
Packages that use FetchSearchResult Package Description org.elasticsearch.action.search org.elasticsearch.search org.elasticsearch.search.fetch org.elasticsearch.search.internal -
-
Uses of FetchSearchResult in org.elasticsearch.action.search
Method parameters in org.elasticsearch.action.search with type arguments of type FetchSearchResult Modifier and Type Method Description voidSearchTransportService. sendExecuteFetch(Transport.Connection connection, ShardFetchSearchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<FetchSearchResult> listener)voidSearchTransportService. sendExecuteFetchScroll(Transport.Connection connection, ShardFetchRequest request, SearchTask task, org.elasticsearch.action.search.SearchActionListener<FetchSearchResult> listener) -
Uses of FetchSearchResult in org.elasticsearch.search
Methods in org.elasticsearch.search that return FetchSearchResult Modifier and Type Method Description FetchSearchResultSearchPhaseResult. fetchResult()Returns the fetch result iff it's included in this response otherwisenullMethod parameters in org.elasticsearch.search with type arguments of type FetchSearchResult Modifier and Type Method Description voidSearchService. executeFetchPhase(ShardFetchRequest request, SearchTask task, ActionListener<FetchSearchResult> listener) -
Uses of FetchSearchResult in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch that return FetchSearchResult Modifier and Type Method Description FetchSearchResultFetchSearchResult. fetchResult()FetchSearchResultQueryFetchSearchResult. fetchResult()FetchSearchResultScrollQueryFetchSearchResult. fetchResult()FetchSearchResultFetchSearchResult. initCounter()Constructors in org.elasticsearch.search.fetch with parameters of type FetchSearchResult Constructor Description QueryFetchSearchResult(QuerySearchResult queryResult, FetchSearchResult fetchResult) -
Uses of FetchSearchResult in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return FetchSearchResult Modifier and Type Method Description FetchSearchResultFilteredSearchContext. fetchResult()abstract FetchSearchResultSearchContext. fetchResult()FetchSearchResultSubSearchContext. fetchResult()
-