public class ScrollResult extends IndexQueryResult
Modifier and Type | Class and Description |
---|---|
class |
ScrollResult.ScrollChunk |
Constructor and Description |
---|
ScrollResult(org.elasticsearch.client.Client client,
String originalQuery,
org.elasticsearch.common.bytes.BytesReference builtQuery,
org.elasticsearch.action.search.SearchResponse response,
List<String> fields) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
String |
getQueryHash() |
ScrollResult.ScrollChunk |
nextChunk() |
long |
totalHits() |
buildResults, getBuiltQuery, getOriginalQuery, took
public ScrollResult.ScrollChunk nextChunk()
public String getQueryHash()
public long totalHits()
public void cancel()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.