开发者

Searching for similar like acts_as_ferret with more_like_this does with other search engines

开发者 https://www.devze.com 2023-02-08 21:52 出处:网络
I\'ve took a look at fulltext search engines for rails applications (acts_as_ferret, Solr, Thinking Sphinx etc.), especially their pros & cons. I found a very 开发者_运维知识库useful feature calle

I've took a look at fulltext search engines for rails applications (acts_as_ferret, Solr, Thinking Sphinx etc.), especially their pros & cons. I found a very 开发者_运维知识库useful feature called more_like_this in acts_as_ferret, which finds similar records in database (great for similar products in eshops etc.). But I haven't seen anything like this by those others, does any of them have a similar easy-to-use feature like more_like_this in acts_as_ferret which offers the same functionality?


Solr has a similar feature. See http://wiki.apache.org/solr/MoreLikeThis and http://wiki.apache.org/solr/MoreLikeThisHandler.

0

精彩评论

暂无评论...
验证码 换一张
取 消