squallsama commented on code in PR #4402:
URL: https://github.com/apache/solr/pull/4402#discussion_r3275812890
##########
solr/core/src/java/org/apache/solr/search/QParser.java:
##########
@@ -196,6 +197,11 @@ public Query getQuery() throws SyntaxError {
query = parse();
if (localParams != null) {
+ String name = localParams.get(QueryParsing.NAME);
Review Comment:
Good catch. Added comment.
--
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]