Ruby alternative for Lucene

前端 未结 5 992
栀梦
栀梦 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 07:01

    Well, there's Ferret, which is a port of Lucene to Ruby. Also, Lucene is very easy to use from JRuby, if that's an option for you.

    Depending on your needs, you might also want to take a look at Solr, which is a higher-level front-end built on Lucene. There is a Ruby interface, solr-ruby, that interacts with Solr via HTTP.

提交回复
热议问题