Re: Block Join Faceting in Solr 7.2

2018-08-07 Thread Mikhail Khludnev
uniqueBlock is not faster than BlockJoinFacet in 7.4. On Tue, Aug 7, 2018 at 8:05 AM Aditya Gandhi wrote: > I'm querying an Index which has two types of child documents (let's call > them ChildTypeA and ChildTypeB) > I wrap the subqueries for each of these documents in a boolean clause, > somet

Block Join Faceting in Solr 7.2

2018-08-06 Thread Aditya Gandhi
I'm querying an Index which has two types of child documents (let's call them ChildTypeA and ChildTypeB) I wrap the subqueries for each of these documents in a boolean clause, something like this: *q=+{! parent which=type:parent } +{! parent which=type:parent }* I've been trying to get facet cou