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 On 11/03/2009, at 1:40 PM, Greg DeVore wrote: > > I have some lessons that I am searching. Once lesson has the word > "response" in it. Searching for "responsible" returns the lesson as > well as "responses" even though the actual word in the lesson is > "response". Is this the way things are supposed to work, and if so, > is there a way to force exact text matches? > > Thanks > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
