Re: Faceting with nested Document

2018-08-11 Thread Mikhail Khludnev
The first two mistakes are: - using fq for children fields , - using a value master_id:0 as a parents' filter Regarding the question, you are getting non-zero facets because you exclude filter produces empty results.

Faceting with nested Document

2018-08-10 Thread Rajesh Kumar
Hi All, I am trying to do faceting with "tag and exclude" on nested document Below nested document sample {"master_id":"8219", "color_label":["White"], "price":1550.0, "product_id":"8220", "size_label":["XS"], "color_option_id":["82"],