有没有办法将Lucene索引转换为Whoosh或MongoDB?

时间:2014-12-06 07:50:15

标签: python mongodb indexing lucene whoosh

Lucene是一种流行的文本索引工具(http://lucene.apache.org/)。但是安装lucene用于pythonic使用是一项工作(Building Pylucene on ubuntu 14.04(trusty tahr))。

Whoosh是一个基于python的索引库(https://pythonhosted.org/Whoosh/quickstart.html),支持像lucene那样的全文搜索。

  • 为了不想安装pylucene麻烦的用户使用我建立的索引。 有没有办法将Lucene索引移植到Whoosh?如果是这样,怎么样?

  • 除了Whoosh之外,我可以将Lucene带入MongoDB的gridFS,然后尝试在MongoDB中复制全文搜索。 但是如何将Lucene索引移植到MongoDB中?这甚至可能吗?

  • 人类,可以使用Luke(https://code.google.com/p/luke/)或Clue(https://github.com/javasoze/clue)来读取文件,但是是否还有其他方法可以将Lucene索引导出为可读的格式?(不使用pylucene)?

0 个答案:

没有答案