Solr、Sunspot、SQlite 和 Rails
我想为我的使用 SQlite3 作为数据库的项目实现全文搜索+分面。听说Solr真的很强大。有太阳黑子和黑子。 Solr 教程可用,但仅适用于 MySQL。我找不到任何关于如何为 SQLite3 设置它的文档。
有人知道如何使用 SQLite3 设置它吗?还是不可能?
I would like to implement a full text search + faceting for my project that uses SQlite3 as the database. I heard that Solr is really powerful. There are Sunspot & Solr tutorials available but only for MySQL. I can't find any document for how to set it up for SQLite3.
Anyone know how to set it up with SQLite3? Or is it not possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该是完全相同的...据我所知 Solr 不直接使用数据库,而是提供 REST API 来存储、索引和搜索文档。
It should be exactly the same... AFAIK Solr doesn't work with database directly but rather provides REST API to store, index and search documents.