Thanks Jorn for your suggestions ,
It was a sample schema but each document_type will have more fields .
1) Yes i have exported graph traversal gatherNodes using streaming
expression but we found few issues
ex: get parent doc based on grandchild doc filter
Graph Traversal -
{!graph from=parentId
Hint: you can easily try out streaming expressions in the admin UI
> Am 03.06.2020 um 07:32 schrieb Jörn Franke :
>
>
> You are trying to achieve data locality by having parents and children in the
> same shard?
> Does document routing address it?
>
> https://lucene.apache.org/solr/guide/8_5/
You are trying to achieve data locality by having parents and children in the
same shard?
Does document routing address it?
https://lucene.apache.org/solr/guide/8_5/shards-and-indexing-data-in-solrcloud.html#document-routing
On a side node, I don’t know your complete use case, but have you expl