Merge pull request #17579 from consulthys/master

Java API: Modified scrolling docs to match with the REST API docs
This commit is contained in:
David Pilato 2016-04-07 10:23:04 +02:00
commit 975094f7d4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import static org.elasticsearch.index.query.QueryBuilders.*;
QueryBuilder qb = termQuery("multi", "test");
SearchResponse scrollResp = client.prepareSearch(test)
.setSearchType(SearchType.SCAN)
.addSort(FieldSortBuilder.DOC_FIELD_NAME, SortOrder.ASC)
.setScroll(new TimeValue(60000))
.setQuery(qb)
.setSize(100).execute().actionGet(); //100 hits per shard will be returned for each scroll