Hi, If I try to feed gatherNodes with more than 25000 tuples, it gives me empty result-set.
gatherNodes(projects, search(projects, zkHost="localhost:9983",qt="/select", rows=30000, q=*:*, fl="id", sort="id asc"), walk="id->parent_id", gather="id", ) Response: { "result-set": { "docs": [ { "EOF": true, "RESPONSE_TIME": 4499 } ] } } This works: search(graph_auxilios, zkHost="localhost:9983",qt="/select", rows=30000, q=*:*, fl="id", sort="id asc"), If I feed the gatherNodes with less tuples, lets say, 25000, it works. Is it an expected behaviour? I am on Solr 6.6. And my box has 128Gb RAM. The only infra that is still not set right is that I am using standalone Zookeper.