| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
SearchScrollRequestBuilder |
SearchScrollAction.newRequestBuilder(ElasticsearchClient client) |
SearchScrollRequestBuilder |
SearchScrollRequestBuilder.setScroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
SearchScrollRequestBuilder |
SearchScrollRequestBuilder.setScroll(String keepAlive)
If set, will enable scrolling of the search request for the specified timeout.
|
SearchScrollRequestBuilder |
SearchScrollRequestBuilder.setScroll(TimeValue keepAlive)
If set, will enable scrolling of the search request for the specified timeout.
|
SearchScrollRequestBuilder |
SearchScrollRequestBuilder.setScrollId(String scrollId)
The scroll id to use to continue scrolling.
|
| Modifier and Type | Method and Description |
|---|---|
SearchScrollRequestBuilder |
Client.prepareSearchScroll(String scrollId)
A search scroll request to continue searching a previous scrollable search request.
|
| Modifier and Type | Method and Description |
|---|---|
SearchScrollRequestBuilder |
AbstractClient.prepareSearchScroll(String scrollId) |
Copyright © 2009–2017. All rights reserved.