Re: Solr 8.8.2 childFilter multiple conditions

2021-05-06 Thread Jonathan Bridges
d then add a > top-level param. But I think it's not needed. > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Tue, May 4, 2021 at 6:30 PM Jonathan Bridges > wrote: > > > Hello, > &g

Solr 8.8.2 childFilter multiple conditions

2021-05-04 Thread Jonathan Bridges
Hello, With Solr 8.8.2 I am unable to provide more than one filter in the fl "childFilter" param. For example, fq={!parent which='docType:parent_doc_type'} docType: child_doc_type AND color: Red AND size: Large This fq will filter all parent documents which have child documents that are 'Red' a