Solr, Sunspot, SQlite, and Rails

爷,独闯天下 提交于 2019-12-10 19:54:20

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/6573074/solr-sunspot-sqlite-and-rails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!