Uses of Class
org.nuxeo.elasticsearch.api.EsScrollResult
Packages that use EsScrollResult
Package
Description
-
Uses of EsScrollResult in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return EsScrollResultModifier and TypeMethodDescriptionElasticSearchComponent.scroll
(EsScrollResult scrollResult) ElasticSearchComponent.scroll
(NxQueryBuilder queryBuilder, long keepAlive) Methods in org.nuxeo.elasticsearch with parameters of type EsScrollResultModifier and TypeMethodDescriptionvoid
ElasticSearchComponent.clearScroll
(EsScrollResult scrollResult) ElasticSearchComponent.scroll
(EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return EsScrollResultModifier and TypeMethodDescriptionElasticSearchService.scroll
(EsScrollResult scrollResult) Retrieves the next batch of results of a scrollable search request for the givenEsScrollResult
.ElasticSearchService.scroll
(NxQueryBuilder queryBuilder, long keepAlive) Performs the initial search of a scrollable search request using anNxQueryBuilder
.Methods in org.nuxeo.elasticsearch.api with parameters of type EsScrollResultModifier and TypeMethodDescriptionvoid
ElasticSearchService.clearScroll
(EsScrollResult scrollResult) Clear scroll on ElasticSearch cluster for the givenEsScrollResult
.ElasticSearchService.scroll
(EsScrollResult scrollResult) Retrieves the next batch of results of a scrollable search request for the givenEsScrollResult
.Constructors in org.nuxeo.elasticsearch.api with parameters of type EsScrollResultModifierConstructorDescriptionEsIterableQueryResultImpl
(ElasticSearchService searchService, EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return EsScrollResultModifier and TypeMethodDescriptionprotected EsScrollResult
ElasticSearchServiceImpl.getScrollResults
(NxQueryBuilder queryBuilder, org.opensearch.action.search.SearchResponse response, String scrollId, long keepAlive) ElasticSearchServiceImpl.scroll
(EsScrollResult scrollResult) ElasticSearchServiceImpl.scroll
(NxQueryBuilder queryBuilder, long keepAlive) protected EsScrollResult
ElasticSearchServiceImpl.scroll
(NxQueryBuilder queryBuilder, org.opensearch.action.search.SearchType searchType, long keepAlive) Methods in org.nuxeo.elasticsearch.core with parameters of type EsScrollResultModifier and TypeMethodDescriptionvoid
ElasticSearchServiceImpl.clearScroll
(EsScrollResult scrollResult) ElasticSearchServiceImpl.scroll
(EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.scroll
Fields in org.nuxeo.elasticsearch.scroll declared as EsScrollResult