Class FullTextInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.FullTextInfo
-
public class FullTextInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCaseSensitive()Get 是否大小写敏感BooleangetContainZH()Get 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。StringgetTokenizer()Get 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义voidsetCaseSensitive(Boolean CaseSensitive)Set 是否大小写敏感voidsetContainZH(Boolean ContainZH)Set 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。voidsetTokenizer(String Tokenizer)Set 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FullTextInfo
public FullTextInfo()
-
FullTextInfo
public 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.
-
-
Method Detail
-
getCaseSensitive
public Boolean getCaseSensitive()
Get 是否大小写敏感- Returns:
- CaseSensitive 是否大小写敏感
-
setCaseSensitive
public void setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感- Parameters:
CaseSensitive- 是否大小写敏感
-
getTokenizer
public String getTokenizer()
Get 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义- Returns:
- Tokenizer 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义
-
setTokenizer
public void setTokenizer(String Tokenizer)
Set 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义- Parameters:
Tokenizer- 全文索引的分词符,其中的每个字符代表一个分词符; 仅支持英文符号、\n\t\r及转义符\; 注意:\n\t\r本身已被转义,直接使用双引号包裹即可作为入参,无需再次转义。使用API Explorer进行调试时请使用JSON参数输入方式,以避免\n\t\r被重复转义
-
getContainZH
public Boolean getContainZH()
Get 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContainZH 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。
-
setContainZH
public void setContainZH(Boolean ContainZH)
Set 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContainZH- 是否包含中文 注意:此字段可能返回 null,表示取不到有效值。
-
-