public class TransportSearchAction extends HandledTransportAction<SearchRequest ,SearchResponse >
actionName, threadPoolcomponentSettings, logger, settings| Constructor and Description |
|---|
TransportSearchAction(Settings
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(SearchRequest
|
SearchRequest |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
execute, execute, forceThreadedListenernodeName@Inject public TransportSearchAction(Settingssettings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchDfsQueryThenFetchAction dfsQueryThenFetchAction, TransportSearchQueryThenFetchAction queryThenFetchAction, TransportSearchDfsQueryAndFetchAction dfsQueryAndFetchAction, TransportSearchQueryAndFetchAction queryAndFetchAction, TransportSearchScanAction scanAction, TransportSearchCountAction countAction, ActionFilters actionFilters)
protected void doExecute(SearchRequestsearchRequest, ActionListener <SearchResponse > listener)
public SearchRequestnewRequestInstance()
HandledTransportAction
newRequestInstance in class
HandledTransportAction<SearchRequest,SearchResponse>