Hi,
I installed solr 6 and try to run /sql and /stream request follow to this wiki 
https://cwiki.apache.org/confluence/display/solr/Parallel+SQL+Interface
I saw in changes list that it doesn't need request handler configuration, but 
when I try to acces I get the following message:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /solr/collection_test/sql. Reason:
<pre>    Not Found</pre></p>
</body>
</html>

My request was

curl --data-urlencode 'stmt=SELECT author, count(*) FROM collection_test GROUP 
BY author ORDER BY count(*) desc' 
http://localhost:8983/solr/collection_test/sql?aggregationMode=facet






---------------------------------------------------------------------
Intel Electronics Ltd.

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Reply via email to