Frage

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.

War es hilfreich?

Lösung

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/

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top