| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.search | |
| org.elasticsearch.search.internal |
| Modifier and Type | Method and Description |
|---|---|
Scroll |
SearchRequest.scroll()
If set, will enable scrolling of the search request.
|
Scroll |
SearchScrollRequest.scroll()
If set, will enable scrolling of the search request.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
SearchRequest.scroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
SearchScrollRequest |
SearchScrollRequest.scroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
SearchScrollRequestBuilder |
SearchScrollRequestBuilder.setScroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
SearchRequestBuilder |
SearchRequestBuilder.setScroll(Scroll scroll)
If set, will enable scrolling of the search request.
|
| Modifier and Type | Method and Description |
|---|---|
static Scroll |
Scroll.readScroll(StreamInput in) |
| Modifier and Type | Field and Description |
|---|---|
Scroll |
ScrollContext.scroll |
| Modifier and Type | Method and Description |
|---|---|
Scroll |
InternalScrollSearchRequest.scroll() |
Scroll |
ShardSearchLocalRequest.scroll() |
Scroll |
ShardSearchRequest.scroll() |
Scroll |
ShardSearchTransportRequest.scroll() |
| Modifier and Type | Method and Description |
|---|---|
InternalScrollSearchRequest |
InternalScrollSearchRequest.scroll(Scroll scroll) |
Copyright © 2009–2017. All rights reserved.