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,
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
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
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.
>
>
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?