Hi Jason Just to check: are you using the sphinx-0.9.9 branch of Thinking Sphinx? The setting is definitely in Riddle, but if it's not working when you set it via define_index's set_property or sphinx.yml, then that's a bug, and I can look into it.
Cheers -- Pat On 31/08/2009, at 9:12 PM, Jason wrote: > > Hi, > > I want to use the inplace_enable feature (http://www.sphinxsearch.com/ > docs/manual-0.9.9.html#conf-inplace-enable) because I'm running into > disk space issues. > > To get this to work, I created a config/initializers/riddle.rb to > which I added: > > # for some reason, we end up loading this file twice, so this makes it > re- > entrant > # puts "loading # > {__FILE__}" > ThinkingSphinx::Configuration::CustomOptions << "inplace_enable" > unless ThinkingSphinx::Configuration::CustomOptions.find {|s| s == > "inplace_enable" } > > Is that an Approved Method of doing this? > > Thanks, > Jason > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
