public class FullTextInfo extends AbstractModel
header, skipSign
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 是否包含中文
|
String |
getTokenizer()
Get 分词符
|
void |
setCaseSensitive(Boolean CaseSensitive)
Set 是否大小写敏感
|
void |
setContainZH(Boolean ContainZH)
Set 是否包含中文
|
void |
setTokenizer(String Tokenizer)
Set 分词符
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 分词符public Boolean getContainZH()
public void setContainZH(Boolean ContainZH)
ContainZH
- 是否包含中文Copyright © 2024. All rights reserved.