Sphinx 0.9.9-rc2 is out
sphinxsearch.com
Sphinx 0.9.9-rc2 is out
1–10 of 12 posts
Re: Sphinx 0.9.9-rc2 is out
#2Re: Sphinx 0.9.9-rc2 is out
#3Anyone implementing sphinxsearch care to share their experience with us?
Re: Sphinx 0.9.9-rc2 is out
#4Anyone implementing sphinxsearch care to share their experience with us?
We have a customized sphinxsearch engine powering bug.gd. We can't say enough good things about it. Actually, out of all the open source stack we use, I think I'm most pleased with how robust and solid that piece is specifically. Sphinx is one of those powerful little open source gems that people don't discuss enough. It feels very feature rich and is wicked fast. I don't understand why it gets so little attention overall.
Its reindexing speed is especially good-- I highly recommend it for any service that needs their search index updated quickly. A reindex of 100,000 documents takes about a second-- just fast enough that we could actually do a full reindex on every search if we were that silly.
Supposedly you'll also find it behind craigslist's new search backend and (supposedly) the new whitehouse.gov.
The selfish inkling in me doesn't like talking about Sphinx because it feels like one of those "best kept secrets" that you'd just want to keep to enjoy for yourself-- of course that's silly.
Re: Sphinx 0.9.9-rc2 is out
#5Anyone implementing sphinxsearch care to share their experience with us?
Re: Sphinx 0.9.9-rc2 is out
#6Re: Sphinx 0.9.9-rc2 is out
#7How does it compare to Lucene? I use Lucene alot and it fricking rocks.
If you don't use java already I would always go for sphinx, java adds allot of dependencies/"things you have to take care of".
One neat feature added in this release is that you can connect to sphinx using any mysql client. So there is no need for a specialized client api and you can use it with everything (literally).
Re: Sphinx 0.9.9-rc2 is out
#8That might be the coolest feature I've ever heard of. I want to play around with Sphinx now just to use that. For those that know SQL, SphinxQL should make getting up and running rather painless.
Re: Sphinx 0.9.9-rc2 is out
#9Anyone implementing sphinxsearch care to share their experience with us?
It's also incredibly fast.
Re: Sphinx 0.9.9-rc2 is out
#10http://sphinxsearch.com/docs/current.html#sphinxql (connect directly to searchd with any MySQL client) That might be the coolest feature I've ever heard of. I want to play around with Sphinx now just to use that. For those that know SQL, SphinxQL should make getting up and running rather painless.