Uses of Class
org.elasticsearch.action.search.type.ParsedScrollId

Packages that use ParsedScrollId
org.elasticsearch.action.search.type   
 

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

Methods in org.elasticsearch.action.search.type that return ParsedScrollId
static ParsedScrollId TransportSearchHelper.parseScrollId(String scrollId)
           
 

Methods in org.elasticsearch.action.search.type with parameters of type ParsedScrollId
 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)
           
 



Copyright © 2009-2012. All Rights Reserved.