public static final class IndexJsonKey.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
IndexJsonKey.Builder |
alias(String alias)
alias.
|
IndexJsonKey |
build() |
IndexJsonKey.Builder |
caseSensitive(Boolean caseSensitive)
caseSensitive.
|
IndexJsonKey.Builder |
chn(Boolean chn)
chn.
|
IndexJsonKey.Builder |
docValue(Boolean docValue)
doc_value.
|
IndexJsonKey.Builder |
token(List<String> token)
token.
|
IndexJsonKey.Builder |
type(String type)
This parameter is required.
|
public IndexJsonKey.Builder alias(String alias)
public IndexJsonKey.Builder caseSensitive(Boolean caseSensitive)
public IndexJsonKey.Builder chn(Boolean chn)
public IndexJsonKey.Builder docValue(Boolean docValue)
public IndexJsonKey.Builder token(List<String> token)
public IndexJsonKey.Builder type(String type)
This parameter is required.
example:text
public IndexJsonKey build()
Copyright © 2025. All rights reserved.