elasticsearch-analysis-ansj icon indicating copy to clipboard operation
elasticsearch-analysis-ansj copied to clipboard

Results 33 elasticsearch-analysis-ansj issues
Sort by recently updated
recently updated
newest added

/_ansj/flush/dic/single更新全部词典,这个怎么更新elasticsearch已经建立的索引的分词

``` [2017-08-14 20:41:02,052][WARN ][cluster.action.shard ] [bd34] [nnewsindex][2] received shard failed for target shard [[nnewsindex][2], node[XrPm_SElSz2V262ysBmmAA], relocating [I0inuDUeR_OXHL4auxvQKQ], [R], v[10718], s[INITIALIZING], a[id=z8ta7k7HSP2nECAdZ2QClg, rId=tDL5rPFzS5KtSSztdBWW5w], expected_shard_size[410490]], indexUUID [VeqS8xejSAyfHVOUibm6Gw], message [failed to update mappings],...

请问后续能支持8.4.1版本吗?8.3.3版本安装不上. 或者有没有什么办法可以配置到8.4.1版本的?

`[2022-09-23T13:09:46,361][INFO ][ansj-initializer ] [59ABX29NU9VKZTG] try to load ansj config file: D:\ELK\elasticsearch-8.3.3\config\elasticsearch-analysis-ansj\ansj.cfg.yml [2022-09-23T13:09:46,364][INFO ][ansj-initializer ] [59ABX29NU9VKZTG] load ansj config: D:\ELK\elasticsearch-8.3.3\config\elasticsearch-analysis-ansj\ansj.cfg.yml [2022-09-23T13:09:46,374][WARN ][o.a.u.MyStaticValue ] [59ABX29NU9VKZTG] not find ansj_library.properties. reason: access denied ("java.io.FilePermission"...

在default.dic中新增词语flush之后不生效,把原有的词语修改为新增的词语就生效,这是为什么

已经看Tag有7.17版本,但是在7.9到7.17已经跳过了。 中间还会支持吗

希望提供8.13.2版本,谢谢

正常index模式应该给出分词的多种情况,但是实际index模式和query模式分词结果一样,和readme里面介绍的不一样(readme里面介绍 index模式 “中国”会分词为“中国”、“中”、“国”): 以下是三个示例,text=中国是社会主义国家,text=中国,text=版本号,type=index_ansj,结果和索引模式的表现不一致,感觉都是query模式。而且确实和query模式的结果是一样的。 # GET /_cat/ansj?text=中国是社会主义国家&type=index_ansj 200 OK { "result": [ { "name": "中国", "nature": "ns", "offe": 0, "realName": "中国", "synonyms": null }, { "name": "是", "nature": "v", "offe":...

环境: branch: v8.11.3 ES版本:8.11.3 java版本:1.8.0_362 mvn构建出错: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project elasticsearch-analysis-ansj: Compilation failure [ERROR] /ssd/samba_root1/projects/ansj/elasticsearch-analysis-ansj/src/main/java/org/ansj/elasticsearch/plugin/AnalysisAnsjPlugin.java:[14,34] 无法访问org.apache.lucene.analysis.Analyzer [ERROR] 错误的类文件: /root/.m2/repository/org/apache/lucene/lucene-core/9.8.0/lucene-core-9.8.0.jar(org/apache/lucene/analysis/Analyzer.class) [ERROR] 类文件具有错误的版本 55.0, 应为 52.0 [ERROR]...

Bumps [org.elasticsearch:elasticsearch](https://github.com/elastic/elasticsearch) from 8.11.3 to 8.13.0. Release notes Sourced from org.elasticsearch:elasticsearch's releases. Elasticsearch 8.13.0 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.0.html Elasticsearch 8.12.2 Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.2.html Elasticsearch 8.12.1 Downloads: https://elastic.co/downloads/elasticsearch...

dependencies