Hi, I would like to use a Solrj Bean to save/query nested documents from Solr. Is this possible? I see that since version 4.5 it is possible to use *addChildDocument <file:///C:/Users/archibald.sheran/Desktop/solr-4.8.1/docs/solr-solrj/org/apache/solr/common/SolrInputDocument.html#addChildDocument(org.apache.solr.common.SolrInputDocument)>* (SolrInputDocument<file:///C:/Users/archibald.sheran/Desktop/solr-4.8.1/docs/solr-solrj/org/apache/solr/common/SolrInputDocument.html> child but looking at the source code for org.apache.solr.client.solrj.beans.DocumentObjectBinder I see that nested documents are not taken into consideration. A new annotation additional to the @Field annotation would also be required I guess. Does anyone have any experience with this?
Regards, Archie.