public class ElasticSearchScroll extends Object implements Iterator<RawQuery.Result<String>>
| Constructor and Description |
|---|
ElasticSearchScroll(ElasticSearchClient client,
ElasticSearchResponse initialResponse,
int nbDocByQuery) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
RawQuery.Result<String> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ElasticSearchScroll(ElasticSearchClient client, ElasticSearchResponse initialResponse, int nbDocByQuery)
public boolean hasNext()
hasNext in interface Iterator<RawQuery.Result<String>>public RawQuery.Result<String> next()
next in interface Iterator<RawQuery.Result<String>>Copyright © 2012–2025. All rights reserved.