org.elasticsearch.action.search.type
Class TransportSearchScrollQueryThenFetchAction

java.lang.Object
  extended by org.elasticsearch.util.component.AbstractComponent
      extended by org.elasticsearch.action.search.type.TransportSearchScrollQueryThenFetchAction

public class TransportSearchScrollQueryThenFetchAction
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportSearchScrollQueryThenFetchAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportSearchCache searchCache, SearchServiceTransportAction searchService, SearchPhaseController searchPhaseController)
           
 
Method Summary
 void execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 
Methods inherited from class org.elasticsearch.util.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportSearchScrollQueryThenFetchAction

@Inject
public TransportSearchScrollQueryThenFetchAction(Settings settings,
                                                        ThreadPool threadPool,
                                                        ClusterService clusterService,
                                                        TransportSearchCache searchCache,
                                                        SearchServiceTransportAction searchService,
                                                        SearchPhaseController searchPhaseController)
Method Detail

execute

public void execute(SearchScrollRequest request,
                    ParsedScrollId scrollId,
                    ActionListener<SearchResponse> listener)