search for: product_numb

Displaying 1 result from an estimated 1 matches for "product_numb".

Did you mean: product_num
2007 Nov 09
2
Problem with stemming and AAF
..., str) StemFilter.new(StopFilter.new(LowerCaseFilter.new(StandardTokenizer.new(str)), @stop_words)) end end And added the call to the analyzer in my model file: acts_as_ferret( :fields => { :name => { :boost => 1, :store => :yes }, :product_number => { :boost => 2 }, :description => { :boost => 0, :store => :yes }, :care => { :boost => -2 }, :manufacturer_name => { :boost => 1, :store => :yes },...