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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]