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 EsScrollResult
ElasticSearchComponent. scroll(EsScrollResult scrollResult)
EsScrollResult
ElasticSearchComponent. scroll(NxQueryBuilder queryBuilder, long keepAlive)
Methods in org.nuxeo.elasticsearch with parameters of type EsScrollResult Modifier and Type Method Description void
ElasticSearchComponent. clearScroll(EsScrollResult scrollResult)
EsScrollResult
ElasticSearchComponent. 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 EsScrollResult
ElasticSearchService. scroll(EsScrollResult scrollResult)
Retrieves the next batch of results of a scrollable search request for the givenEsScrollResult
.EsScrollResult
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 EsScrollResult Modifier and Type Method Description void
ElasticSearchService. clearScroll(EsScrollResult scrollResult)
Clear scroll on ElasticSearch cluster for the givenEsScrollResult
.EsScrollResult
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 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 EsScrollResult
ElasticSearchServiceImpl. getScrollResults(NxQueryBuilder queryBuilder, org.elasticsearch.action.search.SearchResponse response, String scrollId, long keepAlive)
EsScrollResult
ElasticSearchServiceImpl. scroll(EsScrollResult scrollResult)
EsScrollResult
ElasticSearchServiceImpl. scroll(NxQueryBuilder queryBuilder, long keepAlive)
protected EsScrollResult
ElasticSearchServiceImpl. 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 void
ElasticSearchServiceImpl. clearScroll(EsScrollResult scrollResult)
EsScrollResult
ElasticSearchServiceImpl. 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 EsScrollResult
ElasticSearchScroll. esScroll
-