Does Spring Data Solr support child documents?

798 views Asked by At

I am investigating Spring Data for Solr, to see if the abstractions it adds will be suitable for my needs, and if I should be using it instead of SolrJ. I have worked through some examples, as well as quite a bit of the documentation, and I'm trying to determine if it is able to support Child Documents. SolrJ has the methods "getChildDocuments()" and "addChildDocument()", and this hierarchy is also supported via the Block Join Parent/Child Queries (see https://cwiki.apache.org/confluence/display/solr/Other+Parsers). Does Spring Data for Solr support anything like this? The documentation implies that it does (in section 3.4.3), but I haven't been able to figure out how it works.

0

There are 0 answers