Hi Joel,
Thanks for your reply. This is a little different issue. Here the root docs
have parent_id as null. The parent_id of the child will be the docid of the
parent. With the data above and for the query below
nodes(s4,
walk="1->parent_s",
gather="docid_s",
scatter="branche
I believe we were debugging why graph results were not being returned in a
different thread. It looks like the same problem.
Is your Solr instance a straight install or have you moved config files
from an older version of Solr to a newer version of Solr.
Joel Bernstein
http://joelsolr.blogspot.co
I need to gather all the children of docid 1 . Root item has parent as null.
(Sample data below)
Tried as below
nodes(graphtest,
walk="1->parent",
gather="docid",
scatter="branches, leaves")
Response :
{
"result-set": {
"docs": [
{
"node": "1",