Question

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.

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top