Hi there, I just recently upgraded a SOLR instance to 6.0.1 version and while been trying the new streaming expressions feature I discovered what I think might be a bug in the HTTP interface.
I tried to create two simple streaming expressions, as described below: innerJoin( search(collection1,zkhost="localhost:9983",qt="/export",fl="id",sort="id asc",q="*:*"), search(collection2,zkhost="localhost:9983",qt="/export",fl="id",sort="id asc",q="*:*"), on("id") ) facet( collection3, q="*:*", buckets="field1", bucketSorts="sum(field2) asc", sum(field2), count(*) ) What I noticed is while I can obtain the expressions results using JAVA, the feature does not seem to function when I try to get the same data via cURL. You can see the code snippets I used below. Can you tell me if I am doing anything wrong or if this is indeed a bug in this version? Inner Join expression HTTP/PHP (not working) Request: JAVA (working) Facet Expression HTTP/PHP Request: JAVA Thanks for the help! Regards, João Pereira -- View this message in context: http://lucene.472066.n3.nabble.com/Streaming-expressions-malfunctioning-tp4281016.html Sent from the Solr - User mailing list archive at Nabble.com.