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 Saurabh Sharma <sa...@gmail.com> on 2019/06/28 08:39:57 UTC

Querying _nest_path_ while querying child

Hi All,

I am currently working on nested documents and not able to find a way to
query the _nest_path_ field.

There is no documentation about it.we can reach to children using

q={!parent which='-_nest_path_:* *:*'}

But is there any way using which we can reach deeper levels using
_nest_path_.

Suppose I do have a nested path
/req#/PD#0/A#1
How can I reach all the documents under PD?
q={!parent which='-_nest_path_:/req/PD/'} is not working for me.

Thanks
Saurabh Sharma