org.elasticsearch.action.search.type
Class TransportSearchScrollQueryAndFetchAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.action.search.type.TransportSearchScrollQueryAndFetchAction

public class TransportSearchScrollQueryAndFetchAction
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportSearchScrollQueryAndFetchAction(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.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportSearchScrollQueryAndFetchAction

@Inject
public TransportSearchScrollQueryAndFetchAction(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)


Copyright © 2009-2012. All Rights Reserved.