org.elasticsearch.action.search.type
Class TransportSearchScrollScanAction

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

public class TransportSearchScrollScanAction
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportSearchScrollScanAction(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

TransportSearchScrollScanAction

@Inject
public TransportSearchScrollScanAction(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.