RE: nodes() stream to infinite depth

2021-02-20 Thread Subhajit Das
r-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> Subject: Re: nodes() stream to infinite depth 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,

Re: nodes() stream to infinite depth

2021-02-19 Thread Joel Bernstein
simulate the same? > > > From: Joel Bernstein<mailto:joels...@gmail.com> > Sent: 20 February 2021 01:13 AM > To: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> > Subject: Re: nodes() stream to infinite depth > > Nodes is designed for a stepwise

RE: nodes() stream to infinite depth

2021-02-19 Thread Subhajit Das
Hi Joel, Thanks for response. But, is there any way to simulate the same? From: Joel Bernstein<mailto:joels...@gmail.com> Sent: 20 February 2021 01:13 AM To: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> Subject: Re: nodes() stream to infinite depth Nodes is de

Re: nodes() stream to infinite depth

2021-02-19 Thread Joel Bernstein
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 wrote: > > Hi, > > “{!graph ...}” goes to infinite depth by default. But “nodes()” stream > does not go to infinite depth. > >