@Deprecated public class TransportPercolateAction extends HandledTransportAction<PercolateRequest,PercolateResponse>
actionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportPercolateAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
Client client,
NamedXContentRegistry xContentRegistry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PercolateResponse |
createPercolateResponse(SearchResponse searchResponse,
boolean onlyCount)
Deprecated.
|
static SearchRequest |
createSearchRequest(PercolateRequest percolateRequest,
BytesReference documentSource,
NamedXContentRegistry xContentRegistry)
Deprecated.
|
protected void |
doExecute(PercolateRequest request,
ActionListener<PercolateResponse> listener)
Deprecated.
|
doExecute, execute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportPercolateAction(Settings settings, ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, Client client, NamedXContentRegistry xContentRegistry)
protected void doExecute(PercolateRequest request, ActionListener<PercolateResponse> listener)
doExecute in class TransportAction<PercolateRequest,PercolateResponse>public static SearchRequest createSearchRequest(PercolateRequest percolateRequest, BytesReference documentSource, NamedXContentRegistry xContentRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PercolateResponse createPercolateResponse(SearchResponse searchResponse, boolean onlyCount)