hejianning / mmseg4j

Automatically exported from code.google.com/p/mmseg4j
0 stars 0 forks source link

mmseg4j-all-with-dic-1.9.0.v20120712-SNAPSHOT.jar不支持lucene3.2 #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by Threeb...@yeah.net on 10 Sep 2012 at 9:09

GoogleCodeExporter commented 8 years ago
不支持,使用 1.8.X

目前 1.9 内核没有什么新功能,主要是支持 lucene 4.0

Original comment by chenlb2...@gmail.com on 24 Sep 2012 at 3:34

GoogleCodeExporter commented 8 years ago
mmseg4j-core 独立出一个不依赖 lucene 的分词,可以照 mmseg4j-solr 
实现。代码已经迁移到 github

https://github.com/chenlb/mmseg4j-core
https://github.com/chenlb/mmseg4j-solr

<dependency>
    <groupId>com.chenlb.mmseg4j</groupId>
    <artifactId>mmseg4j-core</artifactId>
    <version>1.10.0</version>
</dependency>

Original comment by chenlb2...@gmail.com on 19 May 2014 at 12:12