【发布时间】:2010-10-01 02:23:34
【问题描述】:
红宝石人有Ferret。有人知道 Python 有什么类似的倡议吗?我们目前正在使用 PyLucene,但我想研究一下转向纯 Python 搜索。
【问题讨论】:
-
可能不是这个问题的答案,但是 Elasticsearch 在 Lucene 之上实现了一个简单的 Web 界面,而 PyES 是 Elasticsearch 的 python 包装器。我已经很舒服地使用了 pyES,但是 Elasticsearch 中仍然缺少 Lucene 中存在的一些高级功能。
-
顺便说一句,旧的 Ferret URL 现在重定向到 chandanweb.com/solutions/web-applications.html - 我已将 URL 替换为新的 github 页面 github.com/dbalmain/ferret :)
-
为了访问我发现(并且正在尝试)的 Lucene 索引
plush:pypi.python.org/pypi/plush/0.3.0 -
有什么理由选择纯python?
标签: python full-text-search lucene ferret