[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-04 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: SOLR-7535.patch Patch with the latest work. Ready to commit but having a hard time

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: SOLR-7535.patch Changed testParallelUpdateStream() to mirror the changes made to

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: SOLR-7535.patch > Add UpdateStream to Streaming API and Streaming Expression >

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: SOLR-7535.patch New patch that wraps the stream source in a PushbackStream. This

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: (was: SOLR-7535.patch) > Add UpdateStream to Streaming API and Streaming

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-03 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7535: - Attachment: SOLR-7535.patch Added multi-value fields to testUpdateStream() and am also now

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-7535: -- Attachment: SOLR-7535.patch I forgot to make the change Joel suggested for supporting

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2016-01-02 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-7535: -- Attachment: SOLR-7535.patch After some more poking around last night and this morning (and with

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2015-12-30 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-7535: -- Attachment: SOLR-7535.patch Latest patch addresses 3 of Joel's concerns (see above): 1.)

[jira] [Updated] (SOLR-7535) Add UpdateStream to Streaming API and Streaming Expression

2015-12-28 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-7535: -- Attachment: SOLR-7535.patch After a bit of thought and a holiday break, I've got my first