Hi All, We are using solr streaming expressions to join to collections, we have product and similar product indexes, joining these two collections based on product id like below.
gatherNodes(relatedproduct, search(product,q="related_product_count_l:[1 TO *]", fl="id_l", qt="/export", sort="id_l desc"), walk=id_l-> main_product_id_l, gather="related_product_id_l", fq="relation_type_code_i:4",scatter="leaves, branches") Observed always one record is missing from outter gatherNodes function. Solr version : 8.4.1 Please let me know if I am missing anything or is it a known issue. Best Regards, Deepu