Uses of Class
org.elasticsearch.search.Scroll
-
Packages that use Scroll Package Description org.elasticsearch.action.search org.elasticsearch.search.internal -
-
Uses of Scroll in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return Scroll Modifier and Type Method Description ScrollSearchRequest. scroll()If set, will enable scrolling of the search request.ScrollSearchScrollRequest. scroll()If set, will enable scrolling of the search request.Methods in org.elasticsearch.action.search with parameters of type Scroll Modifier and Type Method Description SearchRequestSearchRequest. scroll(Scroll scroll)If set, will enable scrolling of the search request.SearchScrollRequestSearchScrollRequest. scroll(Scroll scroll)If set, will enable scrolling of the search request.SearchRequestBuilderSearchRequestBuilder. setScroll(Scroll scroll)If set, will enable scrolling of the search request.SearchScrollRequestBuilderSearchScrollRequestBuilder. setScroll(Scroll scroll)If set, will enable scrolling of the search request. -
Uses of Scroll in org.elasticsearch.search.internal
Fields in org.elasticsearch.search.internal declared as Scroll Modifier and Type Field Description ScrollScrollContext. scrollMethods in org.elasticsearch.search.internal that return Scroll Modifier and Type Method Description ScrollInternalScrollSearchRequest. scroll()ScrollShardSearchRequest. scroll()Methods in org.elasticsearch.search.internal with parameters of type Scroll Modifier and Type Method Description InternalScrollSearchRequestInternalScrollSearchRequest. scroll(Scroll scroll)
-