public class FullTextInfo extends AbstractModel
Constructor and Description |
---|
FullTextInfo() |
FullTextInfo(FullTextInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getCaseSensitive()
Get 是否大小写敏感
|
Boolean |
getContainZH()
Get 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTokenizer()
Get 全文索引的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\ 作为分词符;
|
void |
setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感
|
void |
setContainZH(Boolean ContainZH)
Set 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTokenizer(String Tokenizer)
Set 全文索引的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\ 作为分词符;
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FullTextInfo()
public FullTextInfo(FullTextInfo source)
public Boolean getCaseSensitive()
public void setCaseSensitive(Boolean CaseSensitive)
CaseSensitive
- 是否大小写敏感public String getTokenizer()
public void setTokenizer(String Tokenizer)
Tokenizer
- 全文索引的分词符,其中的每个字符代表一个分词符;
仅支持英文符号及\n\t\r;
推荐使用 @&?|#()='",;:<>[]{}/ \n\t\r\ 作为分词符;public Boolean getContainZH()
public void setContainZH(Boolean ContainZH)
ContainZH
- 是否包含中文
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.