[jira] [Updated] (SOLR-13622) Add FileStream Streaming Expression

2019-07-18 Thread Jason Gerlowski (JIRA)


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

Jason Gerlowski updated SOLR-13622:
---
Attachment: SOLR-13622.patch
Status: Open  (was: Open)

This is getting pretty close to committing.  I've fixed the argument formatting 
errors for {{fileStream}}, changed the paths to be relative to the core's data 
directory, and added tests.

Going to let this sit for a day or two while I work on docs and then commit.

One thing in particular that I'd like feedback on is what to use as the 
root/sandbox dir that provided filepaths are relative to.  Right now this patch 
uses the data directory for the particular Solr core that processes the 
request.  This might be inconvenient though for users whose cores aren't 
stationary: users manually adding/removing replicas, users with autoscaling 
enabled, etc.  Maybe having paths relative to SOLR_HOME (and not 
core/collection specific) would be a better optionhappy to get feedback 
here.

> Add FileStream Streaming Expression
> ---
>
> Key: SOLR-13622
> URL: https://issues.apache.org/jira/browse/SOLR-13622
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Joel Bernstein
>Assignee: Jason Gerlowski
>Priority: Major
> Attachments: SOLR-13622.patch, SOLR-13622.patch
>
>
> The FileStream will read files from a local filesystem and Stream back each 
> line of the file as a tuple.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-13622) Add FileStream Streaming Expression

2019-07-14 Thread Jason Gerlowski (JIRA)


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

Jason Gerlowski updated SOLR-13622:
---
Attachment: SOLR-13622.patch

> Add FileStream Streaming Expression
> ---
>
> Key: SOLR-13622
> URL: https://issues.apache.org/jira/browse/SOLR-13622
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Joel Bernstein
>Assignee: Jason Gerlowski
>Priority: Major
> Attachments: SOLR-13622.patch
>
>
> The FileStream will read files from a local filesystem and Stream back each 
> line of the file as a tuple.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org