| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.action.termvectors.dfs |
Distributed frequencies.
|
| コンストラクタと説明 |
|---|
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) |
| コンストラクタと説明 |
|---|
TransportDfsOnlyAction(Settings settings,
ThreadPool threadPool,
ClusterService clusterService,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
SearchService searchService,
SearchPhaseController searchPhaseController) |
Copyright © 2009–2016. All rights reserved.