Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

solr or sphinx? which is better? [duplicate]

Possible Duplicate:
Choosing a stand-alone full-text search server: Sphinx or SOLR?

I will use it to do full text search in my ruby on rails app.

which is the best choice.

solr use java to do this job. or sphix in ruby?

like image 686
www Avatar asked Dec 12 '22 22:12

www


1 Answers

I have no experience with Solr, but Sphinx is easy to install, fast and works great with Thinking Sphinx: http://freelancing-god.github.com/ts/en/indexing.html

There is also a good railscast: http://railscasts.com/episodes/120-thinking-sphinx

This guy gives you some arguments why to go with Sphinx: http://jamesgolick.com/tags/ultrasphinx.html (He uses the Ultrasphinx plugin to connect Rails and Sphinx. I tried both and ended up using Thinking Sphinx)

You can find a comparison of both plugins here: http://reinh.com/blog/2008/07/14/a-thinking-mans-sphinx.html

like image 151
auralbee Avatar answered Jan 01 '23 00:01

auralbee