Package | Description |
---|---|
org.elasticsearch.action.mlt |
More Like This action.
|
org.elasticsearch.action.search |
Search action.
|
org.elasticsearch.percolator | |
org.elasticsearch.search | |
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
Scroll |
MoreLikeThisRequest.searchScroll()
An optional search scroll request to be able to continue and scroll the search
operation.
|
Modifier and Type | Method and Description |
---|---|
MoreLikeThisRequest |
MoreLikeThisRequest.searchScroll(Scroll searchScroll)
An optional search scroll request to be able to continue and scroll the search
operation.
|
MoreLikeThisRequestBuilder |
MoreLikeThisRequestBuilder.setSearchScroll(Scroll searchScroll)
An optional search scroll request to be able to continue and scroll the search
operation.
|
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.
|
SearchRequestBuilder |
SearchRequestBuilder.setScroll(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.
|
Modifier and Type | Method and Description |
---|---|
Scroll |
PercolateContext.scroll() |
Modifier and Type | Method and Description |
---|---|
SearchContext |
PercolateContext.scroll(Scroll scroll) |
Modifier and Type | Method and Description |
---|---|
static Scroll |
Scroll.readScroll(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
Scroll |
InternalScrollSearchRequest.scroll() |
abstract Scroll |
SearchContext.scroll() |
Scroll |
FilteredSearchContext.scroll() |
Scroll |
ShardSearchTransportRequest.scroll() |
Scroll |
ShardSearchRequest.scroll() |
Scroll |
ShardSearchLocalRequest.scroll() |
Scroll |
DefaultSearchContext.scroll() |
Modifier and Type | Method and Description |
---|---|
InternalScrollSearchRequest |
InternalScrollSearchRequest.scroll(Scroll scroll) |
SearchContext |
SubSearchContext.scroll(Scroll scroll) |
abstract SearchContext |
SearchContext.scroll(Scroll scroll) |
SearchContext |
FilteredSearchContext.scroll(Scroll scroll) |
SearchContext |
DefaultSearchContext.scroll(Scroll scroll) |
Copyright © 2009–2015. All rights reserved.