vote up 2 vote down star

I created a config/sphinx.yml file with the line: morphology: stem_en

After running rake ts:config, it doesn't seem to have changed development.sphinx.conf, and following a rebuild, searching for "dawg" doesn't match "dawgs".

How can I get this to work?

flag

75% accept rate

1 Answer

vote up 3 vote down check

If I recall correctly the morphology line should fall under a "development" header like so:

development:
  morphology: stem_en

Not sure if you've done so already, but if not give it a try.

link|flag
Yup, config/sphinx.yml expects environment keys for each group of settings. – pat Jul 23 at 22:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.