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
|
Copyright © 2020. All rights reserved.