You could see if this meets you needs: https://lucene.apache.org/solr/guide/8_8/stream-source-reference.html#shortestpath
Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Feb 19, 2021 at 2:45 PM Subhajit Das <[email protected]> wrote: > Hi Joel, > > Thanks for response. But, is there any way to simulate the same? > > > From: Joel Bernstein<mailto:[email protected]> > Sent: 20 February 2021 01:13 AM > To: [email protected]<mailto:[email protected]> > Subject: Re: nodes() stream to infinite depth > > Nodes is designed for a stepwise graph walk. It doesn't do a full > traversal. > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Feb 19, 2021 at 4:47 AM Subhajit Das <[email protected]> > wrote: > > > > > Hi, > > > > “{!graph ...}” goes to infinite depth by default. But “nodes()” stream > > does not go to infinite depth. > > > > Is there any way to go to infinite depth? > > > > > >
