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
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