org.elasticsearch.action.search
Class TransportSearchScrollAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.action.support.TransportAction<SearchScrollRequest,SearchResponse>
          extended by org.elasticsearch.action.search.TransportSearchScrollAction

public class TransportSearchScrollAction
extends TransportAction<SearchScrollRequest,SearchResponse>


Field Summary
 
Fields inherited from class org.elasticsearch.action.support.TransportAction
threadPool
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportSearchScrollAction(Settings settings, ThreadPool threadPool, TransportService transportService, TransportSearchScrollQueryThenFetchAction queryThenFetchAction, TransportSearchScrollQueryAndFetchAction queryAndFetchAction, TransportSearchScrollScanAction scanAction)
           
 
Method Summary
protected  void doExecute(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute
 
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

TransportSearchScrollAction

@Inject
public TransportSearchScrollAction(Settings settings,
                                          ThreadPool threadPool,
                                          TransportService transportService,
                                          TransportSearchScrollQueryThenFetchAction queryThenFetchAction,
                                          TransportSearchScrollQueryAndFetchAction queryAndFetchAction,
                                          TransportSearchScrollScanAction scanAction)
Method Detail

doExecute

protected void doExecute(SearchScrollRequest request,
                         ActionListener<SearchResponse> listener)
Specified by:
doExecute in class TransportAction<SearchScrollRequest,SearchResponse>


Copyright © 2009-2012. All Rights Reserved.