Ruby alternative for Lucene

前端 未结 5 997
栀梦
栀梦 2021-02-04 06:32

I have heard about Lucene a lot, that it\'s one of the best search engine libraries in Java. Is there any similar (as powerful) library for Ruby?

5条回答
  •  难免孤独
    2021-02-04 06:59

    CLucene is a cross-platform C++ port of Lucene. It can be wrapped and used also from every high-level language (there are also a few legacy Swift projects you could start with). See:

    http://sourceforge.net/projects/clucene

    http://clucene.git.sourceforge.net/git/gitweb.cgi?p=clucene/clucene;a=summary

提交回复
热议问题