Hi Greg
What you'll want to do is turn the stemming off, which means changing
the default morphology in your config/sphinx.yml file:
development:
morphology: ""
test:
morphology: ""
production:
morphology: ""
If you want this turned off for just specific models, you can add the
following into the define_index block:
set_property :morphology => ""
Cheers
--
Pat