1

Currently Java Lucene has feature called “More Like This”, which is used to find representative terms of a document which can be further searched to find similar documents.

I looked in latest CLucene code, but could not find this functionality.

Is it there in CLucene or something related to it? If not then are there any plans to include it?

If someone has done some work on this or area similar to this on CLucene, It will be great to hear from them.

4

1 回答 1

2

我猜CLucene已经死了。

目前,您可以获得两种版本的 CLucene - 一种是 0.9.21 版本,它已被证明随着时间的推移是稳定的,但仅与 Java Lucene 1.9.1 兼容。另一种选择是我们当前在 git 上的工作副本,它符合 Java Lucene 2.3.2

根据sourceforge的这句话- 你永远不会得到MoreLikeThis功能,因为Lucene 1.x 或 2.x 的端口太旧了。

代码: http: //sourceforge.net/p/clucene/code/ci/master/tree/(查看提交日期)

于 2015-11-10T16:00:00.213 回答