chenlb / mmseg4j-solr

mmseg4j for lucene or solr analyzer
Apache License 2.0
398 stars 141 forks source link

兼容官方solr 6.1 版本,在测试环境验证通过. #26

Closed amao12580 closed 7 years ago

amao12580 commented 8 years ago

@chenlb

chenlb/mmseg4j-solr,现在只兼容solr5.3,已经快发布了一年,由于6.1版solr-core.jar删除了一些API,导致不兼容。

提供的PR能兼容官方solr6.1,使用了新的API获取磁盘路径,在测试环境,通过了功能测试(CURD)。

由5.3升级到6.1版本,修改文件solrconfig.xml,<luceneMatchVersion>6.1.0</luceneMatchVersion>,修改该配置需要重建核心。

chenlb commented 7 years ago

没接入合并。dev-tools 目录加新加入了两上格式模板。后继有兴趣贡献代码,可以使用这个模板。