public class EsDictionaryInfo extends AbstractModel
Constructor and Description |
---|
EsDictionaryInfo() |
Modifier and Type | Method and Description |
---|---|
DictInfo[] |
getMainDict()
Get 启用词词典列表
|
DictInfo[] |
getStopwords()
Get 停用词词典列表
|
void |
setMainDict(DictInfo[] MainDict)
Set 启用词词典列表
|
void |
setStopwords(DictInfo[] Stopwords)
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
- 停用词词典列表Copyright © 2020. All rights reserved.