Is there any way to avoid the "ThinkingSphinx::SphinxError: no enabled local indexes to search" exceptions when I start searchd without indexing first? I have a deployment process that starts the initial indexing asynchronously, but I was hoping to just have TS return empty searches until the `rake ts:in` task is complete, at which point searchd will rotate in the fresh indexes... right now I'm getting "ThinkingSphinx::SphinxError: no enabled local indexes to search" for every page I visit during the first 3 minutes after deployment, regardless of whether or not that page's action contains a call to TS.search.
-- 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.
