RE: Filter by sibling ?

2021-03-02 Thread Manoj Mokashi
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: solr-user@lucene.apache.org

RE: Filter by sibling ?

2021-03-02 Thread Manoj Mokashi
Ok. Will check. thanks ! -Original Message- From: Joel Bernstein Sent: Tuesday, March 2, 2021 8:48 PM To: solr-user@lucene.apache.org Subject: Re: Filter by sibling ? Solr's graph expressions can do this type of thing. It allows you to walk the relationships in a graph with filters

Re: Filter by sibling ?

2021-03-02 Thread Joel Bernstein
Solr's graph expressions can do this type of thing. It allows you to walk the relationships in a graph with filters: 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

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,