Re: Excluding a block join filter query during faceting

2019-12-04 Thread Srijan
Oh wow, I feel stupid. I was trying {*!parent* which="my_doc_type:Parent" *!tag*=test}. Thanks a lot. On Wed, Dec 4, 2019, 03:11 Mikhail Khludnev wrote: > Why do you think it doesn't work? > &fq={!parent tag=test > which="my_doc_type:Parent"}child_doc_some_field:("30") > > On Wed, Dec 4, 2019 at

Re: Excluding a block join filter query during faceting

2019-12-04 Thread Mikhail Khludnev
Why do you think it doesn't work? &fq={!parent tag=test which="my_doc_type:Parent"}child_doc_some_field:("30") On Wed, Dec 4, 2019 at 12:38 AM Srijan wrote: > I was wondering if anyone has encountered this problem. > > I have a parent block join query to return parent documents when child > docu

Excluding a block join filter query during faceting

2019-12-03 Thread Srijan
I was wondering if anyone has encountered this problem. I have a parent block join query to return parent documents when child documents are matched. Eg: q= &fq={!parent which="my_doc_type:Parent"}child_doc_some_field:("30") I now want to facet on certain parent field but want to exclude the abov