infinilabs / analysis-ik

🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.
Apache License 2.0
16.48k stars 3.27k forks source link

如何修改 analysis-ik 支持的 Elasticsearch版本号? #1049

Closed broadcast98 closed 4 months ago

broadcast98 commented 5 months ago

"elasticsearch"版本是 "8.13.1" 下载了 analysis-ik 8.12.2. 如何将 analysis-ik 8.12.2. 修改为支持elasticsearch "8.13.1"

TOPSAILL commented 5 months ago

同问 感觉可以等8.13.1版本

KouShenhai commented 5 months ago

改一下pom里面的版本号就行啦 最简单的方式就是,用IDEA打开项目,然后全局搜索8.12.2,然后替换成8.13.1

liukuijun666 commented 5 months ago

8.13.1版本已发布

image
peer44 commented 5 months ago

找一个相近的版本,解压到plugin目录下面,改一下plugin-descriptor.properties里面的版本号就可以用了