Re: collection alias and solr streaming expression

2016-05-05 Thread sudsport s
Thanks Joel , I have created JIRA issue. please let me know if any feedback. https://issues.apache.org/jira/browse/SOLR-9077 On Thu, May 5, 2016 at 2:38 PM, Joel Bernstein wrote: > Yes, this needs to be supported. If you open up a ticket, I'll be happy to > review. > > Joel Bernstein > http://

Re: collection alias and solr streaming expression

2016-05-05 Thread Joel Bernstein
Yes, this needs to be supported. If you open up a ticket, I'll be happy to review. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, May 5, 2016 at 2:24 PM, sudsport s wrote: > I tried to run solr streaming expression using collection alias , I get > null pointer expression. after looking at

collection alias and solr streaming expression

2016-05-05 Thread sudsport s
I tried to run solr streaming expression using collection alias , I get null pointer expression. after looking at log I see that getSlices returns null. can someone suggest if it is good idea to add support for collection alias in solr streaming expression? If yes I would like to submit fix and ad