Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/416#discussion_r204777468
--- Diff:
solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformerFactory.java
---
@@ -61,6 +65,10 @@
*/
public class ChildDocTransformerFactory extends TransformerFactory {
+ public static final String PATH_SEP_CHAR = "/";
+ public static final String NUM_SEP_CHAR = "#";
+ private static final String sRootFilter = "*:* NOT " +
NEST_PATH_FIELD_NAME + ":*";
--- End diff --
_ROOT_ is added to root docs too now, so I guess we can't use this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]