> I'd like to be able to enable/disable the automatic indexing of

I miss this feature badly: I need to disable aaf at the model level, 
before bulk-modifying the 150K rows of a table, and rebuilding the index 
afterwards.


I wish I could write code like :

    Account.disable_ferret
    ... modify all the accounts in bulk
    Account.enable_ferret
    Account.rebuild_index


Is there a best practice/semi-official hack to achieve this goal?

Alain

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to