Previously when I used to build index i used to get false in return.
>> Event.rebuild_index
=> false
Now I get this.
>> Event.rebuild_index
=> {}
Following changes took place.
1) I moved my app from FCGI to mongrel.
2) I moved my app to capistrano.
Before moving to capistrano the code was
acts_as_ferret :fields => [ "name", "desc_uf" ]
Now the code is
acts_as_ferret :fields => [ "name", "desc_uf" ],:index_dir =>
"/home/dorelal/apps/eii_#{RAILS_ENV}/shared/ferret"
My question is this:
Now that I do Event.rebuild_index I get {} in return. Is that okay? Or
does that mean something is wrong somewhere?
Thanks
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk