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


##########
solr/core/src/test/org/apache/solr/search/QueryEqualityTest.java:
##########
@@ -2000,6 +2000,13 @@ public void testHashRangeQuery() throws Exception {
         "{!hash_range l='107347968' u='214695935' f='x_id'}");
   }
 
+  @Test
+  public void testNestPathRootShortcut() throws Exception {
+    try (SolrQueryRequest req = req("df", "_nest_path_")) {
+      assertQueryEquals(null, req, "{!field f=_nest_path_ v=''}", "{!field 
f=_nest_path_}/");
+    }

Review Comment:
   this tests that these two are equivalent but not what they are equivalent 
_to_ -- the boolean query with matchAll docs negated by an existence query



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