Live data from Hacker News

Full text search with MongoDB

hmarr.com

1–5 of 5 posts

Re: Full text search with MongoDB

#3
Good post. I solved my mongo full text search problems 2 weeks ago using Ruby's Sunspot gem http://outoftime.github.com/sunspot/.

I walked through this tutorial 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.

Re: Full text search with MongoDB

#5
post #3

Good post. I solved my mongo full text search problems 2 weeks ago using Ruby's Sunspot gem http://outoftime.github.com/sunspot/ . I walked through this tutorial 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.

Awesome tip, thanks for pointing this out!