Re: Solr 7.3 debug/explain with boost applied

2018-04-25 Thread Ryan Yacyshyn
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,

Re: Solr 7.3 debug/explain with boost applied

2018-04-24 Thread Nawab Zada Asad Iqbal
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

Solr 7.3 debug/explain with boost applied

2018-04-22 Thread Ryan Yacyshyn
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