public class EsDictionaryInfo extends AbstractModel
Constructor and Description |
---|
EsDictionaryInfo() |
Modifier and Type | Method and Description |
---|---|
DictInfo[] |
getMainDict()
Get 启用词词典列表
|
DictInfo[] |
getQQDict()
Get QQ分词词典列表
|
DictInfo[] |
getStopwords()
Get 停用词词典列表
|
DictInfo[] |
getSynonym()
Get 同义词词典列表
|
String |
getUpdateType()
Get 更新词典类型
|
void |
setMainDict(DictInfo[] MainDict)
Set 启用词词典列表
|
void |
setQQDict(DictInfo[] QQDict)
Set QQ分词词典列表
|
void |
setStopwords(DictInfo[] Stopwords)
Set 停用词词典列表
|
void |
setSynonym(DictInfo[] Synonym)
Set 同义词词典列表
|
void |
setUpdateType(String UpdateType)
Set 更新词典类型
|
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 DictInfo[] getMainDict()
public void setMainDict(DictInfo[] MainDict)
MainDict
- 启用词词典列表public DictInfo[] getStopwords()
public void setStopwords(DictInfo[] Stopwords)
Stopwords
- 停用词词典列表public DictInfo[] getQQDict()
public void setQQDict(DictInfo[] QQDict)
QQDict
- QQ分词词典列表public DictInfo[] getSynonym()
public void setSynonym(DictInfo[] Synonym)
Synonym
- 同义词词典列表public String getUpdateType()
public void setUpdateType(String UpdateType)
UpdateType
- 更新词典类型Copyright © 2020. All rights reserved.