Uses of Class
org.elasticsearch.action.search.SearchResponse
-
Packages that use SearchResponse Package Description org.elasticsearch.action.search org.elasticsearch.client org.elasticsearch.client.support org.elasticsearch.script.mustache -
-
Uses of SearchResponse in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return SearchResponse Modifier and Type Method Description static SearchResponseSearchResponse. fromXContent(XContentParser parser)SearchResponseMultiSearchResponse.Item. getResponse()The actual search response, null if its a failure.Method parameters in org.elasticsearch.action.search with type arguments of type SearchResponse Modifier and Type Method Description protected voidTransportSearchAction. doExecute(Task task, SearchRequest searchRequest, ActionListener<SearchResponse> listener)protected voidTransportSearchScrollAction. doExecute(Task task, SearchScrollRequest request, ActionListener<SearchResponse> listener)Constructors in org.elasticsearch.action.search with parameters of type SearchResponse Constructor Description Item(SearchResponse response, Exception exception) -
Uses of SearchResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return SearchResponse Modifier and Type Method Description SearchResponseRestHighLevelClient. scroll(SearchScrollRequest searchScrollRequest, RequestOptions options)Executes a search using the Search Scroll API.SearchResponseRestHighLevelClient. search(SearchRequest searchRequest, RequestOptions options)Executes a search request using the Search API.SearchResponseRollupClient. search(SearchRequest request, RequestOptions options)Perform a rollup search.SearchResponseRestHighLevelClient. searchScroll(SearchScrollRequest searchScrollRequest, RequestOptions options)Deprecated.Methods in org.elasticsearch.client that return types with arguments of type SearchResponse Modifier and Type Method Description ActionFuture<SearchResponse>Client. search(SearchRequest request)Search across one or more indices and one or more types with a query.ActionFuture<SearchResponse>Client. searchScroll(SearchScrollRequest request)A search scroll request to continue searching a previous scrollable search request.Method parameters in org.elasticsearch.client with type arguments of type SearchResponse Modifier and Type Method Description CancellableRestHighLevelClient. scrollAsync(SearchScrollRequest searchScrollRequest, RequestOptions options, ActionListener<SearchResponse> listener)Asynchronously executes a search using the Search Scroll API.voidClient. search(SearchRequest request, ActionListener<SearchResponse> listener)Search across one or more indices and one or more types with a query.CancellableRestHighLevelClient. searchAsync(SearchRequest searchRequest, RequestOptions options, ActionListener<SearchResponse> listener)Asynchronously executes a search using the Search API.CancellableRollupClient. searchAsync(SearchRequest request, RequestOptions options, ActionListener<SearchResponse> listener)Perform a rollup search.voidClient. searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)A search scroll request to continue searching a previous scrollable search request.CancellableRestHighLevelClient. searchScrollAsync(SearchScrollRequest searchScrollRequest, RequestOptions options, ActionListener<SearchResponse> listener)Deprecated. -
Uses of SearchResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type SearchResponse Modifier and Type Method Description ActionFuture<SearchResponse>AbstractClient. search(SearchRequest request)ActionFuture<SearchResponse>AbstractClient. searchScroll(SearchScrollRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type SearchResponse Modifier and Type Method Description voidAbstractClient. search(SearchRequest request, ActionListener<SearchResponse> listener)voidAbstractClient. searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener) -
Uses of SearchResponse in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache that return SearchResponse Modifier and Type Method Description SearchResponseSearchTemplateResponse. getResponse()Methods in org.elasticsearch.script.mustache with parameters of type SearchResponse Modifier and Type Method Description voidSearchTemplateResponse. setResponse(SearchResponse searchResponse)
-