Re: mm = 1 and multi-field searches (update)

2017-07-24 Thread Michael Joyner
We are using qf= as in: QF: plain_abstract_en^0.1 plain_abstract_text_general^0.5 plain_abstract_text_ws^2 plain_subhead_text_ws^2 plain_subhead_text_general^0.5 plain_subhead_en^0.1 plain_title_text_ws^2 plain_title_text_general^0.5 plain_title_en^0.1 keywords_text_ws^2 keywords_text_general

Re: mm = 1 and multi-field searches (update)

2017-07-21 Thread Susheel Kumar
Interesting. If its working for you then its good but to your original question, qf seems to be working. Adding to mailing list for the benefit of others. On Fri, Jul 21, 2017 at 9:41 AM, Michael Joyner wrote: > Thanks, > > We finally figured out that setting mm=100% doesn't seem to provide the

Re: mm = 1 and multi-field searches

2017-07-10 Thread Susheel Kumar
How are you specifying multiple fields. Use qf parameter to specify multiple fields e.g. http://localhost:8983/solr/techproducts/select?indent=on&q=Samsung%20Maxtor%20hard&wt=json&defType=edismax&qf=name%20manu&debugQuery=on&mm=1 On Mon, Jul 10, 2017 at 4:51 PM, Michael Joyner wrote: > Hello a

mm = 1 and multi-field searches

2017-07-10 Thread Michael Joyner
Hello all, How does setting mm = 1 for edismax impact multi-field searches? We set mm to 1 and get zero results back when specifying multiple fields to search across. Is there a way to set mm = 1 for each field, but to OR the individual field searches together? -Mike/NewsRx