Github user arjenm commented on the pull request:
https://github.com/apache/lucene-solr/commit/962313b83ba9c69379e1f84dffc881a361713ce9#commitcomment-26093062
In solr/core/src/java/org/apache/solr/util/SolrPluginUtils.java:
In solr/core/src/java/org/apache/solr/util/SolrPluginUtils.java on line 731:
@jpountz What I tried to tell, but appearantly failed, is: the boost-float
is collected and adjusted via the recursion, but its value is not used.
So what was a "increase boost with parent's boost" now is a "collect parent
boost, ignore it". Or in other terms, the result of this method is exactly the
same when the boost-float is removed from it.
I'd expect this method should re-introduce that boost-value somewhere in
the new flattened query.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]