Reputation: 17
I am using indexing method to search in sunspot. I am bit confused, adding indexes to all column in table leads over indexing problems while handling create/delet operation for that table.
Upvotes: 0
Views: 31
Reputation: 5111
Well, sunspot uses solr to index the data in lucene indexes and is used for full-text searching. It has nothing to do with DB indexing. To know more about solr refer this:- https://lucene.apache.org/solr/
Upvotes: 1