You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by James Greene <ja...@jamesaustingreene.com> on 2020/05/13 21:58:29 UTC

Solr 8.X _nest_path_ and DIH

I've been trying to get the _nest_path_ queries working with no success.
Does anyone have a link to an example of the configurations needed to get
this to work?

I'm using DIH to index my data and the child entities are getting indexed
(i can query them directly). But using the [child] ChildDocTransformer
returns none of the child entities.

Is there a way to debug what _nest_path_ has actually indexed (see if its
even being set by solr?).