Uses of Class
org.nuxeo.elasticsearch.api.EsScrollResult
-
Packages that use EsScrollResult Package Description org.nuxeo.elasticsearch org.nuxeo.elasticsearch.api org.nuxeo.elasticsearch.core org.nuxeo.elasticsearch.scroll -
-
Uses of EsScrollResult in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that return EsScrollResult Modifier and Type Method Description EsScrollResultElasticSearchComponent. scroll(EsScrollResult scrollResult)EsScrollResultElasticSearchComponent. scroll(NxQueryBuilder queryBuilder, long keepAlive)Methods in org.nuxeo.elasticsearch with parameters of type EsScrollResult Modifier and Type Method Description voidElasticSearchComponent. clearScroll(EsScrollResult scrollResult)EsScrollResultElasticSearchComponent. scroll(EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return EsScrollResult Modifier and Type Method Description EsScrollResultElasticSearchService. scroll(EsScrollResult scrollResult)Retrieves the next batch of results of a scrollable search request for the givenEsScrollResult.EsScrollResultElasticSearchService. 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 EsScrollResult Modifier and Type Method Description voidElasticSearchService. clearScroll(EsScrollResult scrollResult)Clear scroll on ElasticSearch cluster for the givenEsScrollResult.EsScrollResultElasticSearchService. 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 EsScrollResult Constructor Description EsIterableQueryResultImpl(ElasticSearchService searchService, EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return EsScrollResult Modifier and Type Method Description protected EsScrollResultElasticSearchServiceImpl. getScrollResults(NxQueryBuilder queryBuilder, org.elasticsearch.action.search.SearchResponse response, String scrollId, long keepAlive)EsScrollResultElasticSearchServiceImpl. scroll(EsScrollResult scrollResult)EsScrollResultElasticSearchServiceImpl. scroll(NxQueryBuilder queryBuilder, long keepAlive)protected EsScrollResultElasticSearchServiceImpl. scroll(NxQueryBuilder queryBuilder, org.elasticsearch.action.search.SearchType searchType, long keepAlive)Methods in org.nuxeo.elasticsearch.core with parameters of type EsScrollResult Modifier and Type Method Description voidElasticSearchServiceImpl. clearScroll(EsScrollResult scrollResult)EsScrollResultElasticSearchServiceImpl. scroll(EsScrollResult scrollResult) -
Uses of EsScrollResult in org.nuxeo.elasticsearch.scroll
Fields in org.nuxeo.elasticsearch.scroll declared as EsScrollResult Modifier and Type Field Description protected EsScrollResultElasticSearchScroll. esScroll
-