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.


Reply via email to