Re: Nested Child document doesn't return in query

2018-12-27 Thread Mikhail Khludnev
it might be checked with explainOther request param On Mon, Dec 17, 2018 at 9:08 PM Stephon Harris < shar...@enterprise-knowledge.com> wrote: > I ingested some nested documents into a Solr 7.4 core . When I search with > the following it's not returning a child document that I expected: > > > > `

Nested Child document doesn't return in query

2018-12-17 Thread Stephon Harris
I ingested some nested documents into a Solr 7.4 core . When I search with the following it's not returning a child document that I expected: ``` {!child of=cont_type:overview}id:2 ``` I can see that the document I'm looking for exists with the query: ``` q=id:2-1 ``` I'm wondering