Hi there, first of all, I really like Sphinx and Thinking Sphinx :). I working on an app using Lucene and Solr and I've already replaced the Solr piece with Sphinx and it's working great on my dev machine. Indexing is fast, searching is about the same as before, and I really like all the options that Sphinx gives and Thinking Sphinx supports. I have only one problem before deploying this on production: I've created a sphinx.yml file inside config, to be able to tweak the settings for the sandbox and production environments. The thing is that when running rake thinking_sphinx:configure or rake thinking_sphinx:index, the development.sphinx.conf file is generated without using any of my settings from the sphinx.yml file. What can be the cause of this? I'm using Thinking Sphinx 1.3.6, Sphinx 0.9.9 and Rails 1.2.6 I've tried the sphinx.yml file with spaces, without spaces, nothing changes. Here are the contents of this file:
development: morphology: stem_en address: 192.168.1.1 port: 9312 mem_limit: 128M test: morphology: stem_en port: 9313 production: morphology: stem_en # address: prod-sphinx-1 port: 9312 Thanks for any suggestions ;) -- 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.
