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:
>
>
>
> `
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