Uses of Class
org.elasticsearch.action.search.SearchTransportService
-
Packages that use SearchTransportService Package Description org.elasticsearch.action.admin.cluster.remote org.elasticsearch.action.search -
-
Uses of SearchTransportService in org.elasticsearch.action.admin.cluster.remote
Constructors in org.elasticsearch.action.admin.cluster.remote with parameters of type SearchTransportService Constructor Description TransportRemoteInfoAction(TransportService transportService, ActionFilters actionFilters, SearchTransportService searchTransportService) -
Uses of SearchTransportService in org.elasticsearch.action.search
Constructors in org.elasticsearch.action.search with parameters of type SearchTransportService Constructor Description TransportClearScrollAction(TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, SearchTransportService searchTransportService)TransportSearchAction(ThreadPool threadPool, TransportService transportService, SearchService searchService, SearchTransportService searchTransportService, SearchPhaseController searchPhaseController, ClusterService clusterService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)TransportSearchScrollAction(TransportService transportService, ClusterService clusterService, ActionFilters actionFilters, SearchTransportService searchTransportService, SearchPhaseController searchPhaseController)
-