analysis-ik icon indicating copy to clipboard operation
analysis-ik copied to clipboard

🚌 The IK Analysis plugin integrates Lucene IK analyzer into Elasticsearch and OpenSearch, support customized dictionary.

Results 161 analysis-ik issues
Sort by recently updated
recently updated
newest added

Add changes purposed by https://github.com/medcl/elasticsearch-analysis-ik/issues/960#issuecomment-1204670755, tested on ES 8.3.3 todo: - [ ] build separate versions for each ES version - [ ] build them automatically. (cron? trigger?) Fix #960,...

初次使用 设置了search_analyzer 为ik_smart,但需求发现,对检索的词,希望是有序的,且连接的,能通过修改查询语句满足情况吗?在不重建索引情况下

8.3.2版本什么时候更新呐

AWS has released OpenSearch with ALv2 license: https://github.com/opensearch-project/OpenSearch Is there any plan to support this analyzer for OpenSearch ?

[2022-07-06T14:41:08,101][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [elk1] fatal error in thread [elasticsearch[elk1][masterService#updateTask][T#1]], exiting java.lang.NoSuchMethodError: 'void org.elasticsearch.index.analysis.AbstractIndexAnalyzerProvider.(org.elasticsearch.index.IndexSettings, java.lang.String, org.elasticsearch.common.settings.Settings)' at org.elasticsearch.index.analysis.IkAnalyzerProvider.(IkAnalyzerProvider.java:13) ~[?:?]

analysis-ik分词为何不能解析 祖-10 这个分词,是存在特殊字符 - 吗?

eg: 扳手套装 自定义词:扳手、套装、手套 ik_max_word结果:扳手、套装、手套 目标想要结果:扳手、套装 并且自定义词“手套”是不能移除的,1.数据中有手套这样的数据存在,2.毕竟未来也可能出现其他的类似的歧义问题。 有大佬遇到这种情况是怎么解决的?求帮助,谢谢

1、创建索引时,name使用ik_max_word分词器 2、插入数据"珠江桥牌御品蚝油" 3、使用关键字 ”珠江桥“ 查询时,使用ik_smart分词器,并且设置了足够大的slop,查询不到无结果 `GET product_index/_search { "query": { "dis_max": { "queries": [ { "match_phrase": { "name": { "query": "珠江桥", "analyzer": "ik_smart", "slop": 20 } } }] } }...

Plugin [analysis-ik] was built for Elasticsearch version 8.2.0 but version 8.2.2 is running

远程字典目前只支持http和本地文件. 可以对https的远程字典进行支持吗?