sunspot_mongo icon indicating copy to clipboard operation
sunspot_mongo copied to clipboard

Sunspot search support for Mongo Mapper and Mongoid.

Results 3 sunspot_mongo issues
Sort by recently updated
recently updated
newest added

I just noticed that running `sunspot:reindex` doesn't actually clears the index before indexing existing documents. Looking at the rake task it actually isn't doing a reindex. When I first contributed...

I have Category model ``` class Category include Mongoid::Document include Sunspot::Mongo field :name searchable do text :name end end ``` I have Category record with name 'Laundry' I only get...

bug?

Hi, i'm using Sunspot Solr for indexing and searching in our Ruby on Rails application with MangoDB database (Mongo mapper) The searching works well, but objects aren't automatically indexed to...

questiion