You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ishan Chattopadhyaya (Jira)" <ji...@apache.org> on 2020/07/28 20:40:00 UTC

[jira] [Commented] (SOLR-14673) Add CLI for Streaming Expressions

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

Ishan Chattopadhyaya commented on SOLR-14673:
---------------------------------------------

At a time when we're looking to make Solr more lean, I see this issue as an impediment towards moving streaming expressions into a separate package unless we find a way to also plug in shell scripts from a package. Today, SolrJ has way more stuff in it than what people really need.

> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org