| Package | Description |
|---|---|
| com.aliyun.opensearch.sdk.generated.suggestion |
| Modifier and Type | Field and Description |
|---|---|
SuggestParams |
SuggestionService.execute_args.suggestParams |
| Modifier and Type | Method and Description |
|---|---|
SuggestParams |
SuggestParams.deepCopy() |
SuggestParams |
SuggestionService.execute_args.getSuggestParams() |
SuggestParams |
SuggestParams.setCustomParams(java.util.Map<java.lang.String,java.lang.String> customParams)
自定义参数
|
SuggestParams |
SuggestParams.setHits(int hits)
下拉提示条数
|
SuggestParams |
SuggestParams.setQuery(java.lang.String query)
搜索关键词
|
SuggestParams |
SuggestParams.setReSearch(ReSearch reSearch)
重查策略
|
SuggestParams |
SuggestParams.setUserId(java.lang.String userId)
用来标识发起当前下拉提示请求的终端用户。
建议跟搜索请求中userId参数保持一致。
|
| Modifier and Type | Method and Description |
|---|---|
int |
SuggestParams.compareTo(SuggestParams other) |
boolean |
SuggestParams.equals(SuggestParams that) |
SearchResult |
SuggestionService.Iface.execute(SuggestParams suggestParams) |
SearchResult |
SuggestionService.Client.execute(SuggestParams suggestParams) |
void |
SuggestionService.AsyncIface.execute(SuggestParams suggestParams,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
SuggestionService.AsyncClient.execute(SuggestParams suggestParams,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
SuggestionService.Client.send_execute(SuggestParams suggestParams) |
SuggestionService.execute_args |
SuggestionService.execute_args.setSuggestParams(SuggestParams suggestParams) |
| Constructor and Description |
|---|
execute_args(SuggestParams suggestParams) |
execute_call(SuggestParams suggestParams,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
SuggestParams(SuggestParams other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.