The parsing of bq will be according to the main query parser (defType
parameter) or any localParam-specified query parser, as well as all the
other query parameters (q.op, mm, qf, etc.) This should be true for both
dismax and edismax. In theory, you could have the main query be parsed with
dismax and then specify edismax for bq using the localParam notation.
-- Jack Krupansky
-----Original Message-----
From: Jack Krupansky
Sent: Tuesday, September 30, 2014 8:19 PM
To: solr-user@lucene.apache.org
Subject: Re: Boost Query (bq) syntax/usage
The "+" signs in the parsed boost query indicated the terms were ANDed
together, but maybe you can use the q.op and mm parameters to change the
default operator (I forget!).
-- Jack Krupansky
-----Original Message-----
From: shamik
Sent: Tuesday, September 30, 2014 7:19 PM
To: solr-user@lucene.apache.org
Subject: Re: Boost Query (bq) syntax/usage
Thanks a lot Jack, makes sense. Just curios, if we used the following bq
entry in solrconfig xml
<str name="bq">Source2:sfdc^6 Source2:downloads^5 Source2:topics^3</str>
will it always be treated as an AND query ? Some of local results suggests
otherwise.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-Query-bq-syntax-usage-tp4161989p4161994.html
Sent from the Solr - User mailing list archive at Nabble.com.