[
https://issues.apache.org/jira/browse/SOLR-8925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-8925:
---------------------------------
Description:
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}
was:As SOLR-8888 is close to wrapping up, we can use the same parallel join
approach to create a VerticesStream. The VerticesStream can be wrapped by other
Streams to perform operations over the stream and will also provide basic
vertex iteration capabilities for a Tinkerpop/Gremlin implementation.
> Add gatherNodes Streaming Expression to 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: [email protected]
For additional commands, e-mail: [email protected]