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
-~----------~----~----~----~------~----~------~--~---