Github user arjenm commented on the pull request:

    
https://github.com/apache/lucene-solr/commit/962313b83ba9c69379e1f84dffc881a361713ce9#commitcomment-25899672
  
    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:
    Its a bit late, but I had a old copy of this method and was curious how I'd 
to change this... But shouldn't it do _something_ with that boost-parameter 
other than adjusting it recursively?
    
    In my copy I have this (although in multi-line):
    `if (boost != 1.0f) {
       to.add(new BoostQuery(cq, boost), clause.getOccur());
    } else {
      to.add(clause);
    }`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to