public class EsDictionaryInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EsDictionaryInfo() |
EsDictionaryInfo(EsDictionaryInfo 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 |
---|---|
DictInfo[] |
getMainDict()
Get List of non-stop words
|
DictInfo[] |
getQQDict()
Get QQ dictionary list
|
DictInfo[] |
getStopwords()
Get List of stop words
|
DictInfo[] |
getSynonym()
Get Synonym dictionary list
|
String |
getUpdateType()
Get Update dictionary type
|
void |
setMainDict(DictInfo[] MainDict)
Set List of non-stop words
|
void |
setQQDict(DictInfo[] QQDict)
Set QQ dictionary list
|
void |
setStopwords(DictInfo[] Stopwords)
Set List of stop words
|
void |
setSynonym(DictInfo[] Synonym)
Set Synonym dictionary list
|
void |
setUpdateType(String UpdateType)
Set Update dictionary type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EsDictionaryInfo()
public EsDictionaryInfo(EsDictionaryInfo source)
public DictInfo[] getMainDict()
public void setMainDict(DictInfo[] MainDict)
MainDict
- List of non-stop wordspublic DictInfo[] getStopwords()
public void setStopwords(DictInfo[] Stopwords)
Stopwords
- List of stop wordspublic DictInfo[] getQQDict()
public void setQQDict(DictInfo[] QQDict)
QQDict
- QQ dictionary listpublic DictInfo[] getSynonym()
public void setSynonym(DictInfo[] Synonym)
Synonym
- Synonym dictionary listpublic String getUpdateType()
public void setUpdateType(String UpdateType)
UpdateType
- Update dictionary typeCopyright © 2024. All rights reserved.