You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "andywebb1975 (via GitHub)" <gi...@apache.org> on 2023/02/03 15:10:41 UTC

[GitHub] [solr] andywebb1975 commented on a diff in pull request #1324: SOLR-16643: Add multiplying boost option to rerank query parser

andywebb1975 commented on code in PR #1324:
URL: https://github.com/apache/solr/pull/1324#discussion_r1095910424


##########
solr/core/src/java/org/apache/solr/search/ReRankQParserPlugin.java:
##########
@@ -99,6 +109,7 @@ protected float combine(
   private static final class ReRankQuery extends AbstractReRankQuery {
     private final Query reRankQuery;
     private final double reRankWeight;
+    private final String reRankOperator;
 
     @Override
     public int hashCode() {

Review Comment:
   Do you mean in the `hashCode`? Probably yes - I'd not noticed that! I'll have to familiarise myself with what that's for.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org