Package | Description |
---|---|
org.elasticsearch.action.search |
Search action.
|
org.elasticsearch.action.search.type | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport | |
org.elasticsearch.search.fetch | |
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
SearchScrollRequest |
TransportSearchScrollAction.newRequestInstance() |
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 |
---|---|
void |
TransportSearchScrollQueryThenFetchAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
void |
TransportSearchScrollQueryAndFetchAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
void |
TransportSearchScrollScanAction.execute(SearchScrollRequest request,
ParsedScrollId scrollId,
ActionListener<SearchResponse> listener) |
static InternalScrollSearchRequest |
TransportSearchHelper.internalScrollSearchRequest(long id,
SearchScrollRequest request) |
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 |
---|---|
ActionFuture<SearchResponse> |
TransportClient.searchScroll(SearchScrollRequest request) |
void |
TransportClient.searchScroll(SearchScrollRequest request,
ActionListener<SearchResponse> listener) |
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–2015. All rights reserved.