Re: Filtering children of parent doc from the input domain

2019-06-19 Thread Mikhail Khludnev
Hello, Srijan. It's hard to grasp the problem without particular query and expected/actual results. On top of my head, it's possible to refine children by nesting query facet instruction under blockChildren one. On Tue, Jun

Filtering children of parent doc from the input domain

2019-06-18 Thread Srijan
Hello, We're on Solr 6.2.1 and have a requirement where we need to facet on nested docs. So far we'd been using two pass query approach, where the first query searches within the parent domain and gets all the matching nested doc ids as facets (parent docs keep track of nested docs they contain) a