Is there any way to temporarily disable delta indexing entirely, without editing the model? In this case, I'd like to disable it during certain rake tasks.
A site I'm working on has a challenge that it must start off with a huge (8 hour) database import from a legacy database. As we're testing, doing beta deployments, etc, we have had to run this script a number of times. This script goes *much* more slowly if delta indexing is turned on. I've been editing it out of the model, running the import script, and re-editing the model to turn delta back on for the site. What I'd like to do, instead, is have something at the top of my rake task that prevents any delta indexing from running until after the import, and then just run a manual index afterwards. Is there any easy way to do this? Thanks! -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
