Hi Jon

I've just created some test data in a local app, and it seems to be working 
fine for me (indeed, with the examples you've offered - an object with running 
returns in a search for run, ditto for dogs/dog). I've got the same settings in 
my sphinx.yml file...

So, maybe it's something to do with the index setup? Can you provide a bit more 
detail on what your define_index block looks like, and what Sphinx version 
you're using?

Cheers

-- 
Pat

On 12/12/2009, at 1:13 AM, Jon Crawford wrote:

> And for a point of clarification, I checked the generated conf file
> and the morphology is specified there.
> 
> index product_core
> {
>   source = product_core_0
>   path = /path/to/index/product_core
>   morphology = stem_en
>   charset_type = utf-8
>   min_infix_len = 3
>   enable_star = 1
>   html_strip = 1
> }
> 
> 
> 
> On Dec 11, 12:42 am, Jon Crawford <[email protected]> wrote:
>> Using this configuration, I've tried it in development and staging.
>> But it's not changing the query according to the query log.
>> 
>> development:
>>   morphology: stem_en
>>   enable_star: true
>>   min_infix_len: 3
>>   html_strip: true
>> 
>> Product.search("dogs") should query for "dog", right?
>> Product.search("running") should query for "run", right?
>> 
>> I've configured, indexed, restarted multiple times.  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.
> 
> 

--

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.


Reply via email to