[ https://issues.apache.org/jira/browse/SOLR-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joel Bernstein updated SOLR-14673: ---------------------------------- Description: 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 zkhost expr_file{code} This will run the expression in _expr_file_ with access to collections that reside on the zkhost. Output will be to standard out as tab delimited tuples. was: 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 collection@zkhost expr_file{code} > Add command line tool for executing 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 > Priority: Major > > 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 zkhost expr_file{code} > This will run the expression in _expr_file_ with access to collections that > reside on the zkhost. > Output will be to standard out as tab delimited tuples. > -- 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