Github user moshebla commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/443#discussion_r214041147
  
    --- Diff: 
solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java
 ---
    @@ -297,6 +297,35 @@ public void testNoChildren() throws Exception {
             "/response/docs/[0]/type_s==cake");
       }
     
    +  @Test
    +  public void testChildReturnFields() throws Exception {
    +    indexSampleData(numberOfDocsPerNestedTest);
    +
    +    assertJQ(req("q", "test_s:testing",
    +        "sort", "id asc",
    +        "fl", "*, [child 
childFilter='lonely/lonelyGrandChild/test2_s:secondTest' fl='*, _nest_path_']",
    --- End diff --
    
    Sure thing,
    just pushed a new commit :).


---

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

Reply via email to