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/03/23 18:50:25 UTC

[jira] [Updated] (SOLR-8888) Add shortestPath Streaming Expression

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

Joel Bernstein updated SOLR-8888:
---------------------------------
    Description: 
This ticket is to implement a distributed shortest path graph traversal as a Streaming Expression.

possible expression syntax:

shortestPath(colA="node1", colB="node2")

This would start from colA:node1 and traverse from colA to colB iteratively until it finds colB:node2. The shortestPath function would emit Tuples representing the shortest path.

  was:
This ticket is to implement a distributed shortest path graph traversal as a Streaming Expression.

possible expression syntax:

shortestPath(colA="node1", colB="node2")

This would start from colA:node1 and traverse from colA to colB iteratively until it finds colB:node2. The shortedPath function would emit Tuples representing the shortest path.


> Add shortestPath Streaming Expression
> -------------------------------------
>
>                 Key: SOLR-8888
>                 URL: https://issues.apache.org/jira/browse/SOLR-8888
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Joel Bernstein
>
> This ticket is to implement a distributed shortest path graph traversal as a Streaming Expression.
> possible expression syntax:
> shortestPath(colA="node1", colB="node2")
> This would start from colA:node1 and traverse from colA to colB iteratively until it finds colB:node2. The shortestPath function would emit Tuples representing the shortest path.



--
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