Package | Description |
---|---|
com.tencentcloudapi.es.v20180416.models |
Modifier and Type | Method and Description |
---|---|
DictInfo[] |
EsDictionaryInfo.getMainDict()
Get List of non-stop words
|
DictInfo[] |
EsDictionaryInfo.getQQDict()
Get QQ dictionary list
|
DictInfo[] |
EsDictionaryInfo.getStopwords()
Get List of stop words
|
DictInfo[] |
EsDictionaryInfo.getSynonym()
Get Synonym dictionary list
|
Modifier and Type | Method and Description |
---|---|
void |
EsDictionaryInfo.setMainDict(DictInfo[] MainDict)
Set List of non-stop words
|
void |
EsDictionaryInfo.setQQDict(DictInfo[] QQDict)
Set QQ dictionary list
|
void |
EsDictionaryInfo.setStopwords(DictInfo[] Stopwords)
Set List of stop words
|
void |
EsDictionaryInfo.setSynonym(DictInfo[] Synonym)
Set Synonym dictionary list
|
Constructor and Description |
---|
DictInfo(DictInfo 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.
|
Copyright © 2022. All rights reserved.