Typically you would use a function query there to manipulate the score
rather than a constant of 2. This doesn't do much but simply multiply all
scores by that value. You can do something like boost=sqrt(popularity) if
you wanted to boost on the popularity field for example. In both cases,
however,
I didn't know you can add boosts like that (&boost=2 ). Are you boosting on
a field or document by using that syntax?
On Sun, Apr 22, 2018 at 10:51 PM, Ryan Yacyshyn
wrote:
> Hi all,
>
> When viewing the explain under debug=true in Solr 7.3.0 using
> the edismax query parser with a boost, I only
Hi all,
When viewing the explain under debug=true in Solr 7.3.0 using
the edismax query parser with a boost, I only see the "boost" part of the
explain. Without applying a boost I see the full explain. Is this the
expected behaviour?
Here's how to check using the techproducts example..
bin/solr