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

The Mmseg Analysis plugin integrates Lucene mmseg4j-analyzer:http://code.google.com/p/mmseg4j/ into elasticsearch, support customized dictionary.

Results 8 elasticsearch-analysis-mmseg issues
Sort by recently updated
recently updated
newest added

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

hi : please tell me where is elasticsearch-analysis-mmseg-5.6.12 version? thx

我们生产的ES分词一直用的Mmseg,因为升级的需要,我们自己改了一下插件源码想让其能够兼容6.X的ES。但是在做reindex的时候,会有offset的问题。报错如下,问题原因跟这个issue类似([https://github.com/medcl/elasticsearch-analysis-pinyin/issues/143] java.lang.IllegalArgumentException: startOffset must be non-negative, and endOffset must be >= startOffset, and offsets must not go backwards startOffset=0,endOffset=2,lastStartOffset=6 for field 'list_number' at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:767) ~[lucene-core-7.2.1.jar:7.2.1 b2b6438b37073bee1fca40374e85bf91aa457c0b - ubuntu - 2018-01-10...

因为开发中目前已有字典不够完善,所以想根据用户输入的词定期筛选, 实现类似于ik的那种热更新,不知道可不可以

服务器环境:elasticsearch5.5.1 分词插件版本:5.5.1 客户端程序环境:spring-boot 运行客户端程序报错:Caused by: java.lang.IllegalArgumentException: Unknown tokenizer type [mmseg] for [mmseg_maxword] at org.elasticsearch.index.analysis.AnalysisRegistry.getAnalysisProvider(AnalysisRegistry.java:387) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.buildMapping(AnalysisRegistry.java:338) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.buildTokenizerFactories(AnalysisRegistry.java:176) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.analysis.AnalysisRegistry.build(AnalysisRegistry.java:154) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.IndexService.(IndexService.java:145) ~[elasticsearch-5.5.1.jar:5.5.1] at org.elasticsearch.index.IndexModule.newIndexService(IndexModule.java:363) ~[elasticsearch-5.5.1.jar:5.5.1]...

问题1: 搜索的可能是一句话 :例如 生姜能治很多常见病 但是 其实重要的信息 : 生姜 ,常见病; 像 能治 很多。。不太重要 这里能实现 提取关键名词吗

Recently I've upgrade ES from 2.1.0 to ES 5.2.2, which also using the analysis-mmseg plugin. I've followed the procedure to rebuild the plugin, change the index setting. And after restart...

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4.1:single (default) on project elasticsearch-analysis-mmseg: Assembly is incorrectly configured: null: Assembly is incorrectly configured: null: [ERROR] Assembly: null is not configured correctly: Assembly ID must...