Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/385#discussion_r191785849
--- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java
---
@@ -250,6 +261,7 @@ private void recUnwrapRelations(List<SolrInputDocument>
unwrappedDocs, SolrInput
recUnwrapRelations(unwrappedDocs, currentDoc, false);
}
+ /** Extract all anonymous child documents from parent. */
private void recUnwrapp(List<SolrInputDocument> unwrappedDocs,
SolrInputDocument currentDoc, boolean isRoot) {
--- End diff --
Sure thing
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]