Thanks a lot Jack, it makes total sense. I check the config and default q.op
was set to OR, which was influencing the query.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-Query-bq-syntax-usage-tp4161989p4162169.html
Sent from the Solr - User mailing list archive at
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 b
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
Source2:sfdc^6 Source2:downloads^5 Source2:topics^3
will it always be treated as an AND query ? Some of local results suggests
.n3.nabble.com/Boost-Query-bq-syntax-usage-tp4161989p4161994.html
Sent from the Solr - User mailing list archive at Nabble.com.
nts that contain all three of
the terms rather than any of the three terms.
-- Jack Krupansky
-Original Message-
From: shamik
Sent: Tuesday, September 30, 2014 5:38 PM
To: solr-user@lucene.apache.org
Subject: Boost Query (bq) syntax/usage
Hi,
I'm little confused with the right
Hi,
I'm little confused with the right syntax of defining boost queries. If I
use them in the following way:
http://localhost:8983/solr/testhandler?q=Application+Manager&bq=(Source2:sfdc^6
Source2:downloads^5 Source2:topics^3)&debugQuery=true
it gets translated to -->
+Source2:sfd
rce2:sfdc^6.0
Source2:downloads^5.0
Source2:topics^3.0
Both queries generate different result in terms of relevancy. Just wondering
what is the right way of using bq ?
-Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-Query-bq-syntax-usage-tp4161988.htm