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


##########
solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java:
##########
@@ -699,7 +699,7 @@ private SolrParams parentQueryMaker(String parent_path, 
String inner_child_query
         final String path = parent_path + "/";
         return params(
             "q", "{!parent which=$parent_filt v=$child_q}",
-            "parent_filt", "(*:* -{!prefix f='_nest_path_' v='" + path + "'})",
+            "parent_filt", "({!field f='_nest_path_' v='" + path + "'})",

Review Comment:
   again, these are not equivalent



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