Commit 4ea10045f11f94f241774158e542cdc3842b02c9
1 parent
8849f0f9
Exists in
master
and in
28 other branches
Revert "Fixes for solr"
This reverts commit 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
Showing
2 changed files
with
1 additions
and
3 deletions
Show diff stats
lib/tasks/multitenancy.rake
... | ... | @@ -25,7 +25,7 @@ namespace :multitenancy do |
25 | 25 | m.rebuild_index |
26 | 26 | puts "Rebuilt index for #{m}" if Rake.application.options.trace |
27 | 27 | end |
28 | - m.paginated_each(:per_page => 50) { |i| i.solr_save } | |
28 | + m.paginated_each(:per_page => 50) { |i| i.ferret_update } | |
29 | 29 | puts "Reindexed all instances of #{m}" if Rake.application.options.trace |
30 | 30 | end |
31 | 31 | end | ... | ... |
vendor/plugins/acts_as_solr_reloaded/lib/acts_as_solr/class_methods.rb