質問

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.

役に立ちましたか?

解決

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/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top