[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166758#comment-17166758 ]
Joel Bernstein edited comment on SOLR-14673 at 7/29/20, 12:07 AM: ------------------------------------------------------------------ If we move Streaming Expressions to a separate package we can move this into a separate project as well. So, I won't make this an impediment when the time is right to move Streaming Expressions. I actually see this as a first step for moving Streaming Expressions out of the project eventually as it allows streaming expressions to be run independently of Solr. was (Author: joel.bernstein): If we move Streaming Expressions to a separate package we can move this into a separate project as well. So, I won't make this an impediment when the time is right to move Streaming Expressions. I actually see this as a first step for moving Solr out of the project eventually as it allows streaming expressions to be run independently of Solr. > Add CLI for Streaming Expressions > --------------------------------- > > Key: SOLR-14673 > URL: https://issues.apache.org/jira/browse/SOLR-14673 > Project: Solr > Issue Type: New Feature > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Joel Bernstein > Assignee: Joel Bernstein > Priority: Major > Attachments: SOLR-14673.patch, SOLR-14673.patch, SOLR-14673.patch, > SOLR-14673.patch, SOLR-14673.patch > > > This ticket will provide a simple command line tool that will run a Streaming > Expression from the command line and return the results as a delimited result > set. This will allow Streaming Expressions to be used from the command line > to extract data as well as load data into Solr. > Sample syntax: > {code:java} > bin/expr expr_file{code} > This will run the expression in _expr_file_. > Output will be to standard out as delimited records. > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org