Tagged Questions
0
votes
0answers
41 views
rake db:seed error for Rails app using MongoDB, sunspot_solr
I am working on a Ruby on Rails application that uses MongoDB, and I have implemented basic Sunspot functionality. Here is some information about my environment
Rails 3.2.11
Mongo 2.4.3
Sunspot ...
0
votes
3answers
2k views
How to make Sunspot works with Mongoid + Rails 3
I was writing a Blog like application Using Rails3/Mongoid, and now trying to use Sunspot for full-text search
I follow these steps: https://github.com/outoftime/sunspot , install this ...
0
votes
1answer
299 views
How to refresh after Sunspot Solr synonyms.txt update?
I'm using Mongoid with Sunspot Solr, and I frequently update the synonyms.txt file, but I'm not sure what method triggers the index to update using the new synonyms file.
Right now I do ...