[ 
https://issues.apache.org/jira/browse/SOLR-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16204619#comment-16204619
 ] 

Frank Kelly commented on SOLR-10030:
------------------------------------

We are using nested  / child documents in Solr 5.3.1, any idea how "bad" this 
issue is in v6? Sounds like nested documents don't work at all.

> SolrClient.getById() method in Solrj doesn't retrieve child documents
> ---------------------------------------------------------------------
>
>                 Key: SOLR-10030
>                 URL: https://issues.apache.org/jira/browse/SOLR-10030
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: clients - java, SolrJ
>    Affects Versions: 6.2.1
>            Reporter:  Masoud Kiaeeha
>
> I have this code in my program which uses solrj:
> SolrDocument document = solrClient.getById(idString);
> List<SolrDocument> children = document.getChildDocuments();
> which returns null for document.getChildDocuments() although the document I 
> am referring to has children. I can easily confirm that this document has 
> children by running the following query:
> q={!child of="path:1.document"}path:1.document



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to