标签: ruby-on-rails sunspot-rails
确定记录是否在Solr中建立索引的快速方法是什么?
我们现在的操作方式就像
r = Sunspot.search(model) do with(:id, id) end true if r.hits.count > 0