Re: Solr query exclude parent when no _childDocuments exists

2019-08-29 Thread Mikhail Khludnev
Hello. _text_=kids is not a query syntax Solr supports. Last time I've looked into, mixing doc blocks and childfree docs is not supported. Anyway, debugQuery=true usually helps to understand puzzling results. On Thu, Aug 29, 2019 at 2:19 AM craftlogan wrote: > So in Solr I have a data

Solr query exclude parent when no _childDocuments exists

2019-08-28 Thread craftlogan
So in Solr I have a data structure that is made of of Restaurant Documents that have Deals attached as _childDocuments to a Restaurant. However with my current query {!parent which='content_type:restaurant'}_text_=kids =*,[child parentFilter=content_type:restaurant childFilter="content_type:deal