TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Full text search with MongoDB

50 pointsby schallisabout 15 years ago

2 comments

jhancockabout 15 years ago
Good post. I solved my mongo full text search problems 2 weeks ago using Ruby's Sunspot gem <a href="http://outoftime.github.com/sunspot/" rel="nofollow">http://outoftime.github.com/sunspot/</a>.<p>I walked through this tutorial <a href="http://masonoise.wordpress.com/2010/02/06/using-sunspot-for-free-text-search-with-redis/" rel="nofollow">http://masonoise.wordpress.com/2010/02/06/using-sunspot-for-...</a> on using Sunspot with Redis and had it working with Mongo in under an hour.
评论 #1203511 未加载
jbellisabout 15 years ago
For production ready, scalable FTS, you might be interested in Lucandra: <a href="http://github.com/tjake/Lucandra" rel="nofollow">http://github.com/tjake/Lucandra</a>, which powers the <a href="http://sparse.ly/" rel="nofollow">http://sparse.ly/</a> twitter search site.<p>Higher level overview of Lucandra: <a href="http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-based-lucene-backend/" rel="nofollow">http://blog.sematext.com/2010/02/09/lucandra-a-cassandra-bas...</a>