a-siuniaev commented on a change in pull request #1161: SOLR-12325 Added 
uniqueBlockQuery(parent:true) aggregation for JSON Facet
URL: https://github.com/apache/lucene-solr/pull/1161#discussion_r366312200
 
 

 ##########
 File path: solr/core/src/java/org/apache/solr/search/ValueSourceParser.java
 ##########
 @@ -975,6 +976,13 @@ public ValueSource parse(FunctionQParser fp) throws 
SyntaxError {
       }
     });
 
+    addParser("agg_uniqueBlockQuery", new ValueSourceParser() {
+      @Override
+      public ValueSource parse(FunctionQParser fp) throws SyntaxError {
 
 Review comment:
   Added parseNamedArg to FunctionQParser.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to