You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by avremel <av...@gmail.com> on 2021/04/08 20:05:50 UTC

Nested docs with multi select filtering

Solr: 8.8

I've implemented the example in  this tutorial
<https://blog.griddynamics.com/multi-select-faceting-for-nested-documents-in-solr/> 
, with the added "fl=*,[child]" for the data to be returned in a
hierarchical structure.

The v8.0 docs (can't find it in 8.8) state that in order to combine a parent
query with a BlockJoin Parent Query, you need to do something like:

q=+title:join +{!parent
which="content_type:parentDocument"}comments:SolrCloud

When I do that, "fl=*,[child]" doesn't get respected; I get a flat list
which are a mix of parent and children documents.

Appreciate any help.





--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html