You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2016/04/08 18:49:25 UTC

[jira] [Updated] (SOLR-8925) Add gatherNodes Streaming Expression to support breadth first traversals

     [ https://issues.apache.org/jira/browse/SOLR-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-8925:
---------------------------------
    Summary: Add gatherNodes Streaming Expression to support breadth first traversals  (was: Add gatherNodes Streaming Expression to breadth first traversals)

> Add gatherNodes Streaming Expression to support breadth first traversals
> ------------------------------------------------------------------------
>
>                 Key: SOLR-8925
>                 URL: https://issues.apache.org/jira/browse/SOLR-8925
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>
> The gatherNodes Streaming Expression is flexible general purpose breadth first graph traversal. It uses the same parallel join under the covers to perform the dis
> Sample syntax:
> {code}
> gatherNodes(friends,
>                                             gatherNodes(friends
> 				                          search(articles, q=“body:(query 1)”, fi=“author”),
>                                                                   from=“author”,
> 				                          walk ="user->friend”),
>                                            from=“friend”,
>                                            walk=“user -> friend”,
>                                            scatter=“branches, leaves”)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org