[
https://issues.apache.org/jira/browse/SOLR-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205184#comment-16205184
]
Masoud Kiaeeha commented on SOLR-10030:
----------------------------------------
[~kellyfj] As you can see on top of the page I reported this issue on version
6.2.1. I don't know if this issue has been solved in recent releases.
> 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: [email protected]
For additional commands, e-mail: [email protected]