We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我安装的1.9.3 在elasticsearch.yml中配置了 index: analysis: analyzer: ik: alias: [ik_analyzer] type: org.elasticsearch.index.analysis.IkAnalyzerProvider ik_max_word: type: ik use_smart: false ik_smart: type: ik use_smart: true
但是却报错了Caused by: java.lang.IllegalArgumentException: Unknown Analyzer type [org.elasticsearch.index.analysis.IkAnalyzerProvider] for [ik] @medcl
The text was updated successfully, but these errors were encountered:
I think you should just add index.analysis.analyzer.default.type: ik at the bottom of elasticsearch.yml.
index.analysis.analyzer.default.type: ik
Sorry, something went wrong.
type: org.elasticsearch.index.analysis.IkAnalyzerProvider 不支持了 type: ik 支持
type: org.elasticsearch.index.analysis.IkAnalyzerProvider
type: ik
No branches or pull requests
我安装的1.9.3 在elasticsearch.yml中配置了
index:
analysis:
analyzer:
ik:
alias: [ik_analyzer]
type: org.elasticsearch.index.analysis.IkAnalyzerProvider
ik_max_word:
type: ik
use_smart: false
ik_smart:
type: ik
use_smart: true
但是却报错了Caused by: java.lang.IllegalArgumentException: Unknown Analyzer type [org.elasticsearch.index.analysis.IkAnalyzerProvider] for [ik]
@medcl
The text was updated successfully, but these errors were encountered: