Package | Description |
---|---|
org.nuxeo.elasticsearch | |
org.nuxeo.elasticsearch.api | |
org.nuxeo.elasticsearch.core |
Modifier and Type | Method and Description |
---|---|
EsScrollResult |
ElasticSearchComponent.scroll(EsScrollResult scrollResult) |
EsScrollResult |
ElasticSearchComponent.scroll(NxQueryBuilder queryBuilder,
long keepAlive) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticSearchComponent.clearScroll(EsScrollResult scrollResult) |
EsScrollResult |
ElasticSearchComponent.scroll(EsScrollResult scrollResult) |
Modifier and Type | Method and Description |
---|---|
EsScrollResult |
ElasticSearchService.scroll(EsScrollResult scrollResult)
Retrieves the next batch of results of a scrollable search request for the given
EsScrollResult . |
EsScrollResult |
ElasticSearchService.scroll(NxQueryBuilder queryBuilder,
long keepAlive)
Performs the initial search of a scrollable search request using an
NxQueryBuilder . |
Modifier and Type | Method and Description |
---|---|
void |
ElasticSearchService.clearScroll(EsScrollResult scrollResult)
Clear scroll on ElasticSearch cluster for the given
EsScrollResult . |
EsScrollResult |
ElasticSearchService.scroll(EsScrollResult scrollResult)
Retrieves the next batch of results of a scrollable search request for the given
EsScrollResult . |
Constructor and Description |
---|
EsIterableQueryResultImpl(ElasticSearchService searchService,
EsScrollResult scrollResult) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticSearchServiceImpl.clearScroll(EsScrollResult scrollResult) |
EsScrollResult |
ElasticSearchServiceImpl.scroll(EsScrollResult scrollResult) |
Copyright © 2018 Nuxeo. All rights reserved.