Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/416#discussion_r213543737
--- Diff:
solr/core/src/test/org/apache/solr/response/transform/TestChildDocTransformerHierarchy.java
---
@@ -124,10 +124,11 @@ public void testParentFilterLimitJSON() throws
Exception {
assertJQ(req("q", "type_s:donut",
"sort", "id asc",
- "fl", "id, type_s, toppings, _nest_path_, [child limit=1]",
+ "fl", "id, type_s, lonely, lonelyGrandChild, test_s, test2_s,
_nest_path_, [child limit=1]",
--- End diff --
Leaving this as a TODO for another day sounds like a decent option.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]