[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-11-10 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Rebased against current trunk. A couple of comment changes. All tests pass.

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-10-23 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Part of this ticket is a change in comparators and equalitors to support

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-08-06 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Recreated patch off current trunk. Previous patch was a little outdated.

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-06-02 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Adds LeftOuterJoinStream to support left outer joins w/tests (work done by

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-06-02 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Missed a single line in my diff that corrected a throw statement. Sorry for

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-05-21 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Description: Add InnerJoinStream, LeftOuterJoinStream, and supporting classes to the Streaming API to

[jira] [Updated] (SOLR-7584) Add Joins to the Streaming API and Streaming Expressions

2015-05-21 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-7584: -- Attachment: SOLR-7584.patch Adds JoinStream to support joins of N sub-streams. Adds BiJoinStream to