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


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

Review Comment:
   Hey @dsmiley I tired to use the same in my previous tries, but it fails the 
test with returning 0 result with the the escaping. I will commit the other 
logic in next commit



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