TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Full text search with MongoDB

50 点作者 schallis大约 15 年前

2 条评论

jhancock大约 15 年前
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 未加载
jbellis大约 15 年前
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>