On Wed, Jul 27, 2016 at 5:27 PM, Morse, Matthew K. < matthew.k.mo...@fmr.com.invalid> wrote:
> > 1. With this query I receive no facet results. The main response > is correct, but I was expecting to see a fundCode facet of 245 with 1. > Below is the query with the output. > > the empty fundCode facets is a feature: the query matches only id=13 child, despite it rolls up to parent; thus only this child will contribute to child facet, but there is no fundCode value there. I think you need to rethink the problem vision, at least w it doesn't comply with child.facet.field > 2. If I change the child facet another field, like an int, it blows > up. Again I was expecting to see two results for predictiveModelId facet: > 11 with 1 and 22 with 1. > > Here I recommend either turn filed to string or enable docValues="true" in field declaration. It should help. > > Any help would be appreciated! > -- Sincerely yours Mikhail Khludnev