Solr, Sunspot, SQlite, and Rails
I would l开发者_开发知识库ike 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?
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.
精彩评论