Hi,

While trying to create an example with the Select stream decorator, I
stumbled upon a bug in the solr 6.0.1 core.

The expression I was trying to run was:


via HTTP


The request returned an error message, so I looked in the server full stack
trace:


After examining the file org.apache.solr.handler.StreamHandler, I noticed
the initialization of the functionNames HashMap of StreamFactory class was
missing the select operation. This is done in StreamHandler.inform function,
so I just added  after , recompiled and... it works :)

Will this issue be fixed in 6.0.2?

Thanks.

Cheers,

João Pereira



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-SelectStream-bug-tp4281995.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to