acts_as_solr_reloaded icon indicating copy to clipboard operation
acts_as_solr_reloaded copied to clipboard

ActsAsSolr with new features

Results 8 acts_as_solr_reloaded issues
Sort by recently updated
recently updated
newest added

I installed acts_as_solr_reloaded as a gem and added the require statement in a rake task as specified in this older documentation I found via [Google](http://209.85.229.132/search?q=cache:626ocnQk8DoJ:github.com/dcrec1/acts_as_solr_reloaded/tree+acts_as_solr_reloaded+rake&cd=1&hl=en&ct=clnk). I can run the rake...

For some Rails models `NoMethodError: undefined method `merge_conditions'` raised. Probably it should not to use deprecated version of `merge_conditions`.

The `solr:download` rake task fails on OS X. When the download is finished, the file’s checksum is checked using `md5sum -c` which isn’t present on OS X. Is there a...

Heyyo, Gauging interest in adding some verbosity to the :reindex rake task that will keep tabs on process and pretty-print the progress. Will create a clean pull request. May I?

In this line of ParserMethods.parse_query: query_options[:filter_queries] = replace_types([*options[:facets][:browse]].collect{|k| "#{k.sub!(/ *: */,"_facet:")}"}) if options[:facets][:browse] Why is it k.sub! and not k.gsub! ? Wouldn't we want to replace ALL occurrences of the...

Hi, im wondering if this plugin will work with a Mongo database (in this case, im using Mongoid). If it does, could you please write some docs about it? If...