org.elasticsearch.action.search.type
Class TransportSearchScrollQueryThenFetchAction

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

public class TransportSearchScrollQueryThenFetchAction
extends AbstractComponent


Field Summary
 
Fields inherited from class org.elasticsearch.common.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.common.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)


Copyright © 2009-2012. All Rights Reserved.