Uses of Class
org.elasticsearch.search.Scroll

Packages that use Scroll
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.search Search action. 
org.elasticsearch.search   
org.elasticsearch.search.internal   
 

Uses of Scroll in org.elasticsearch.action.mlt
 

Methods in org.elasticsearch.action.mlt that return Scroll
 Scroll MoreLikeThisRequest.searchScroll()
          An optional search scroll request to be able to continue and scroll the search operation.
 

Methods in org.elasticsearch.action.mlt with parameters of type Scroll
 MoreLikeThisRequest MoreLikeThisRequest.searchScroll(Scroll searchScroll)
          An optional search scroll request to be able to continue and scroll the search operation.
 MoreLikeThisRequestBuilder MoreLikeThisRequestBuilder.setSearchScroll(Scroll searchScroll)
          An optional search scroll request to be able to continue and scroll the search operation.
 

Uses of Scroll in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that return Scroll
 Scroll SearchRequest.scroll()
          If set, will enable scrolling of the search request.
 Scroll SearchScrollRequest.scroll()
          If set, will enable scrolling of the search request.
 

Methods in org.elasticsearch.action.search with parameters of type Scroll
 SearchRequest SearchRequest.scroll(Scroll scroll)
          If set, will enable scrolling of the search request.
 SearchScrollRequest SearchScrollRequest.scroll(Scroll scroll)
          If set, will enable scrolling of the search request.
 SearchScrollRequestBuilder SearchScrollRequestBuilder.setScroll(Scroll scroll)
          If set, will enable scrolling of the search request.
 SearchRequestBuilder SearchRequestBuilder.setScroll(Scroll scroll)
          If set, will enable scrolling of the search request.
 

Uses of Scroll in org.elasticsearch.search
 

Methods in org.elasticsearch.search that return Scroll
static Scroll Scroll.readScroll(StreamInput in)
           
 

Uses of Scroll in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return Scroll
 Scroll InternalSearchRequest.scroll()
           
 Scroll InternalScrollSearchRequest.scroll()
           
 Scroll SearchContext.scroll()
           
 

Methods in org.elasticsearch.search.internal with parameters of type Scroll
 InternalSearchRequest InternalSearchRequest.scroll(Scroll scroll)
           
 InternalScrollSearchRequest InternalScrollSearchRequest.scroll(Scroll scroll)
           
 SearchContext SearchContext.scroll(Scroll scroll)
           
 



Copyright © 2009-2012. All Rights Reserved.