Re: Streaming Expressions (/stream) NPE

2015-12-23 Thread Joel Bernstein
Thanks for the feedback. Yes, please create the ticket. I believe all that needs to be done is to check for null and then throw a better exception. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Dec 23, 2015 at 9:15 AM, Jason Gerlowski wrote: > Thanks for the heads up Joel. Glad this was

Re: Streaming Expressions (/stream) NPE

2015-12-23 Thread Jason Gerlowski
Thanks for the heads up Joel. Glad this was just user error, and not an actual problem. Though it is interesting that Solr's response didn't contain any information about what was wrong. I probably would've expected a message to the effect of: "the required parameter 'expr' was not found". Also

Re: Streaming Expressions (/stream) NPE

2015-12-22 Thread Joel Bernstein
The http parameter "stream" was recently changed to "expr" in SOLR-8443. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Dec 22, 2015 at 8:45 PM, Jason Gerlowski wrote: > I'll preface this email by saying that I wasn't sure which mailing list it > belonged on. It might fit on the dev list

Streaming Expressions (/stream) NPE

2015-12-22 Thread Jason Gerlowski
I'll preface this email by saying that I wasn't sure which mailing list it belonged on. It might fit on the dev list (since it involves a potential Solr bug), but maybe the solr-users list is a better choice (since I'm probably just misusing Solr). I settled on the solr-users list. Sorry if I ch