Uses of Class
org.elasticsearch.action.search.TransportSearchAction

Packages that use TransportSearchAction
org.elasticsearch.action.admin.indices.warmer.put   
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.search Search action. 
 

Uses of TransportSearchAction in org.elasticsearch.action.admin.indices.warmer.put
 

Constructors in org.elasticsearch.action.admin.indices.warmer.put with parameters of type TransportSearchAction
TransportPutWarmerAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, TransportSearchAction searchAction)
           
 

Uses of TransportSearchAction in org.elasticsearch.action.mlt
 

Constructors in org.elasticsearch.action.mlt with parameters of type TransportSearchAction
TransportMoreLikeThisAction(Settings settings, ThreadPool threadPool, TransportSearchAction searchAction, TransportGetAction getAction, ClusterService clusterService, IndicesService indicesService, TransportService transportService)
           
 

Uses of TransportSearchAction in org.elasticsearch.action.search
 

Constructors in org.elasticsearch.action.search with parameters of type TransportSearchAction
TransportMultiSearchAction(Settings settings, ThreadPool threadPool, TransportService transportService, ClusterService clusterService, TransportSearchAction searchAction)
           
 



Copyright © 2009-2012. All Rights Reserved.