dsmiley commented on code in PR #4475:
URL: https://github.com/apache/solr/pull/4475#discussion_r3452211506


##########
solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java:
##########
@@ -538,6 +538,24 @@ protected Query newFieldQuery(
     return query;
   }
 
+  /**
+   * Delegates to {@link 
QueryBuilder#createFieldQuery(org.apache.lucene.analysis.Analyzer,

Review Comment:
   This isn't delegation, this is overriding; and thus we needn't specifically 
say the method signature as that's the same as the current method.
   Anyway; this is maybe not needed anymore.



-- 
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]

Reply via email to