| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support | |
| org.elasticsearch.rest.action.search | |
| org.elasticsearch.search.fetch | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
SearchScrollRequest |
SearchScrollRequest.scroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
SearchScrollRequest |
SearchScrollRequest.scroll(String keepAlive)
If set, will enable scrolling of the search request for the specified timeout.
|
SearchScrollRequest |
SearchScrollRequest.scroll(TimeValue keepAlive)
If set, will enable scrolling of the search request for the specified timeout.
|
SearchScrollRequest |
SearchScrollRequest.scrollId(String scrollId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportSearchScrollAction.doExecute(SearchScrollRequest request,
ActionListener<SearchResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static SearchScrollRequest |
Requests.searchScrollRequest(String scrollId)
Creates a search scroll request allowing to continue searching a previous search request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SearchResponse> |
Client.searchScroll(SearchScrollRequest request)
A search scroll request to continue searching a previous scrollable search request.
|
void |
Client.searchScroll(SearchScrollRequest request,
ActionListener<SearchResponse> listener)
A search scroll request to continue searching a previous scrollable search request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SearchResponse> |
AbstractClient.searchScroll(SearchScrollRequest request) |
void |
AbstractClient.searchScroll(SearchScrollRequest request,
ActionListener<SearchResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestSearchScrollAction.buildFromContent(BytesReference content,
SearchScrollRequest searchScrollRequest) |
| Constructor and Description |
|---|
ShardFetchRequest(SearchScrollRequest request,
long id,
com.carrotsearch.hppc.IntArrayList list,
org.apache.lucene.search.ScoreDoc lastEmittedDoc) |
| Constructor and Description |
|---|
InternalScrollSearchRequest(SearchScrollRequest request,
long id) |
Copyright © 2009–2017. All rights reserved.