Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-14 Thread dinesh naik
Hi Upayavira, We have an issue here. The boosting work as expected when we run the query from Admin console: where we pass q and bq param as below. q=(((_query_:"{!synonym_edismax qf='itemname OR itemnumber OR itemdesc' v='HTC' bq='' mm=100 synonyms=true synonyms.constructPhrases=true synonyms.ig

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-08 Thread dinesh naik
Thanks Alot Upayavira. It worked as expected. On Tue, Sep 8, 2015 at 2:09 PM, Upayavira wrote: > you can add bq= inside your {!synonym_edismax} section, if you wish and > it will apply to that query parser only. > > Upayavira > > On Mon, Sep 7, 2015, at 03:05 PM, dinesh naik wrote: > > Please f

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-08 Thread Upayavira
you can add bq= inside your {!synonym_edismax} section, if you wish and it will apply to that query parser only. Upayavira On Mon, Sep 7, 2015, at 03:05 PM, dinesh naik wrote: > Please find below the detail: > > My main query is like this: > > q=(((_query_:"{!synonym_edismax qf='itemname OR it

Re: Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
Please find below the detail: My main query is like this: q=(((_query_:"{!synonym_edismax qf='itemname OR itemnumber OR itemdesc' v='HTC' mm=100 synonyms=true synonyms.constructPhrases=true synonyms.ignoreQueryOperators=true}") OR (itemname:"HTC" OR itemnamecomp:HTC* OR itemnumber:"HTC" OR itemn

Different boost values for multiple parsers in Solr 5.2.1

2015-09-07 Thread dinesh naik
Hi all, Is there a way to apply different boost , using bq parameter for different parser. for example if i am using a synonym parser and edismax parser in a single query, my bq param value is getting applied for both the parser making the boost value double. -- Best Regards, Dinesh Naik