When I edit a child document, a block join query for the parent no longer returns any hits. I thought I read that this was the way things worked but needed to know for sure.
If so, is there any other way to achieve this functionality (I can deal with creating the child doc with the parent, but would like to edit it separately). My rough prototype code is at https://github.com/balamuru/SolrChildDocs and the code in question is commented out in https://github.com/balamuru/SolrChildDocs/blob/master/src/main/java/com/vgb/solr/SolrApp.java Thanks