| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.action.termvectors.dfs |
Distributed frequencies.
|
| Constructor and Description |
|---|
TransportSearchAction(Settings settings,
ThreadPool threadPool,
SearchPhaseController searchPhaseController,
TransportService transportService,
SearchServiceTransportAction searchService,
ClusterService clusterService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
TransportSearchScrollAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ClusterService clusterService,
SearchServiceTransportAction searchService,
SearchPhaseController searchPhaseController,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Constructor and Description |
|---|
TransportDfsOnlyAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
SearchService searchService,
SearchPhaseController searchPhaseController) |
Copyright © 2009–2017. All rights reserved.