| Package | Description |
|---|---|
| org.elasticsearch.action.percolate |
| Modifier and Type | Method and Description |
|---|---|
static PercolateResponse |
TransportPercolateAction.reduce(PercolateRequest request,
AtomicReferenceArray shardsResponses,
PercolatorService percolatorService) |
| Constructor and Description |
|---|
TransportMultiPercolateAction(Settings settings,
ThreadPool threadPool,
TransportShardMultiPercolateAction shardMultiPercolateAction,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
TransportMultiGetAction multiGetAction,
ActionFilters actionFilters) |
TransportPercolateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
TransportGetAction getAction,
ActionFilters actionFilters) |
TransportShardMultiPercolateAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
PercolatorService percolatorService,
ActionFilters actionFilters) |
Copyright © 2009–2016. All rights reserved.