public class TransportSearchTemplateAction extends HandledTransportAction<SearchTemplateRequest,SearchTemplateResponse>
actionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportSearchTemplateAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver resolver,
ScriptService scriptService,
TransportSearchAction searchAction,
NamedXContentRegistry xContentRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(SearchTemplateRequest request,
ActionListener<SearchTemplateResponse> listener) |
doExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportSearchTemplateAction(Settings settings, ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver resolver, ScriptService scriptService, TransportSearchAction searchAction, NamedXContentRegistry xContentRegistry)
protected void doExecute(SearchTemplateRequest request, ActionListener<SearchTemplateResponse> listener)
doExecute in class TransportAction<SearchTemplateRequest,SearchTemplateResponse>