Uses of Class
org.elasticsearch.action.search.SearchScrollRequest

Packages that use SearchScrollRequest
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.search.type   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
 

Uses of SearchScrollRequest in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that return SearchScrollRequest
 SearchScrollRequest SearchScrollRequest.listenerThreaded(boolean threadedListener)
          Should the listener be called on a separate thread if needed.
 SearchScrollRequest SearchScrollRequest.operationThreading(SearchOperationThreading operationThreading)
          Controls the the search operation threading model.
 SearchScrollRequest SearchScrollRequest.scroll(Scroll scroll)
          If set, will enable scrolling of the search request.
 SearchScrollRequest SearchScrollRequest.scroll(String keepAlive)
          If set, will enable scrolling of the search request for the specified timeout.
 SearchScrollRequest SearchScrollRequest.scroll(TimeValue keepAlive)
          If set, will enable scrolling of the search request for the specified timeout.
 SearchScrollRequest SearchScrollRequest.scrollId(String scrollId)
           
 

Methods in org.elasticsearch.action.search with parameters of type SearchScrollRequest
protected  void TransportSearchScrollAction.doExecute(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 

Uses of SearchScrollRequest in org.elasticsearch.action.search.type
 

Methods in org.elasticsearch.action.search.type with parameters of type SearchScrollRequest
 void TransportSearchScrollQueryAndFetchAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 void TransportSearchScrollQueryThenFetchAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 void TransportSearchScrollScanAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
static InternalScrollSearchRequest TransportSearchHelper.internalScrollSearchRequest(long id, SearchScrollRequest request)
           
 

Uses of SearchScrollRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client that return SearchScrollRequest
static SearchScrollRequest Requests.searchScrollRequest(String scrollId)
          Creates a search scroll request allowing to continue searching a previous search request.
 

Methods in org.elasticsearch.client with parameters of type SearchScrollRequest
 ActionFuture<SearchResponse> Client.searchScroll(SearchScrollRequest request)
          A search scroll request to continue searching a previous scrollable search request.
 void Client.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
          A search scroll request to continue searching a previous scrollable search request.
 

Uses of SearchScrollRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type SearchScrollRequest
 ActionFuture<SearchResponse> AbstractClient.searchScroll(SearchScrollRequest request)
           
 void AbstractClient.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 

Uses of SearchScrollRequest in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport with parameters of type SearchScrollRequest
 ActionFuture<SearchResponse> TransportClient.searchScroll(SearchScrollRequest request)
           
 void TransportClient.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.