Who are major competitors to Solr?
2nd September 2010
My answer to Who are major competitors to Solr? on Quora
ElasticSearch is a really interesting one—it’s the same underlying search library (Lucene) and the same integration model (an HTTP interface) but takes quite a different approach. It hasn’t been around for a long time but it looks very impressive: http://www.elasticsearch.com/
Other than that, popular open source search engines include Sphinx and Xapian. I’m a big fan of talking to a search engine via HTTP, so I’ve been keeping an eye on the http://www.flax.co.uk/ project which does that for Xapian.
More recent articles
- Vibe coding SwiftUI apps is a lot of fun - 27th March 2026
- Experimenting with Starlette 1.0 with Claude skills - 22nd March 2026
- Profiling Hacker News users based on their comments - 21st March 2026