[ 
https://issues.apache.org/jira/browse/SOLR-8176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212525#comment-15212525
 ] 

Kevin Watters edited comment on SOLR-8176 at 3/29/16 2:19 PM:
--------------------------------------------------------------

Here's a patch with a basic implementation of a Kafka based frontier query 
broker to support distributed graph query traversal in Solr.  The unit test is 
commented out because it requires a Kafka broker to be running.  Also, there's 
some config parameters / properties that are hard coded.  Either way, this 
shows how to use the GraphQuery in a distributed graph traversal mode. 

Disclaimer:  this patch isn't intended to be merged, it's really only an 
example of how to do it.  there's a lot of cleanup that still needs to happen 
to make it ready for primetime.


was (Author: kwatters):
Here's a patch with a basic implementation of a Kafka based frontier query 
broker to support distributed graph query traversal in Solr.  The unit test is 
commented out because it requires a Kafka broker to be running.  Also, there's 
some config parameters / properties that are hard coded.  Either way, this 
shows how to use the GraphQuery in a distributed graph traversal mode. 

> Model distributed graph traversals with Streaming Expressions
> -------------------------------------------------------------
>
>                 Key: SOLR-8176
>                 URL: https://issues.apache.org/jira/browse/SOLR-8176
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java, SolrCloud, SolrJ
>    Affects Versions: master
>            Reporter: Joel Bernstein
>              Labels: Graph
>             Fix For: master
>
>         Attachments: SOLR-8176.patch
>
>
> I think it would be useful to model a few *distributed graph traversal* use 
> cases with Solr's *Streaming Expression* language. This ticket will explore 
> different approaches with a goal of implementing two or three common graph 
> traversal use cases.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to