问题
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