5 ms·
Full text search with MongoDB
- deleted 17y ago[deleted]
- jhancock 17y agoGood post. I solved my mongo full text search problems 2 weeks ago using Ruby's Sunspot gem http://outoftime.github.com/sunspot/ http://outoftime.github.com/sunspot/. I walked through this tutorial http://masonoise.wordpress.com/2010/02/06/using-sunspot-for-free-text-search-with-redis/ http://masonoise.wordpress.com/2010/02/06/using-sunspot-for-... on using Sunspot with Redis and had it working with Mongo in under an hour.
- xpaulbettsx 17y agoAwesome tip, thanks for pointing this out!
- jbellis 17y agoFor production ready, scalable FTS, you might be interested in Lucandra: http://github.com/tjake/Lucandra http://github.com/tjake/Lucandra, which powers the http://sparse.ly/ http://sparse.ly/ twitter search site. Higher level overview of Lucandra: http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-based-lucene-backend/ http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-bas...