@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface SearchScroll
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
analyzer |
boolean |
clearScroll
Search context are automatically removed when the scroll timeout has been exceeded.
|
FunctionScore[] |
functionScore |
String |
initialKeepAlive
specify the scroll parameter in the query string, which tells Elasticsearch how long it should keep the “search context” alive
|
String |
keepAlive
If no scroll value is set for the SearchScrollRequest, the search context will expire once the initial scroll time expired (ie, the scroll time set in the initial search request).
|
String |
preference |
QueryType |
queryType |
org.elasticsearch.action.search.SearchType |
searchType |
public abstract boolean clearScroll
truepublic abstract String initialKeepAlive
TimeValuepublic abstract String keepAlive
TimeValuepublic abstract QueryType queryType
public abstract org.elasticsearch.action.search.SearchType searchType
public abstract String preference
public abstract String analyzer
public abstract FunctionScore[] functionScore
Copyright © 2020. All rights reserved.