my sphinx.yml looks like:

production:
     enable_star: 1
     min_prefix_len: 1
     bin_path: '/usr/local/bin'
     stopwords: /SPHINX/stopwords.txt
     wordforms: /SPHINX/wordforms.txt
     morphology: soundex, libstemmer_german, stem_en
     min_stemming_len: 1
     charset_type: utf-8
     charset_table: 0..9, A..Z->a..z, _, a..z, U+C4->U+E4, U+D6->U+F6,  
U+DC->U+FC, U+DF, U+E4, U+F6, U+FC
     min_infix_length: 1

and I'am sphinxing with:

     @products = Product.search params[:query],
           :conditions => { :active => 1 },
           :match_mode => :extended,
           :page => params[:page],
           :per_page => 20,
           :field_weights => { :boost => 110, :kadis_product =>  
100, :description => 10 },
           :include => :taggings

How can I check if a item in the search result is found by soundex or  
not?

Thanx.

-- 
Jochen

--~--~---------~--~----~------------~-------~--~----~
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