RE: Filter by sibling ?

2021-03-02 Thread Manoj Mokashi
ied the exact expression above -Original Message- From: Manoj Mokashi Sent: Wednesday, March 3, 2021 9:56 AM To: solr-user@lucene.apache.org Subject: RE: Filter by sibling ? Ok. Will check. thanks ! -Original Message- From: Joel Bernstein Sent: Tuesday, March 2, 2021 8:48 PM To: so

RE: Filter by sibling ?

2021-03-02 Thread Manoj Mokashi
lters: https://lucene.apache.org/solr/guide/8_6/graph-traversal.html Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Mar 2, 2021 at 9:00 AM Manoj Mokashi wrote: > Hi, > > If I have a nested document structure, with say parent type:PR, child > 1 > type:C1 and child2 type:C2,

Filter by sibling ?

2021-03-02 Thread Manoj Mokashi
Hi, If I have a nested document structure, with say parent type:PR, child 1 type:C1 and child2 type:C2, would it possible to fetch documents of type C1 that are children of parents that have child2 docs with a certain condition ? e.g. for { type:PR, Title: "XXX", Children1 : [ { type:C1, ci