Reputation: 133
I am using Solr within my datastax enterprise package.
I have created a cassandra cluster which is using Solr and created a Solr core which is working properly.
I am able to see my core on the Solr admin page.....and I can execute queries using the admin page.
However, when I attempt to use the string "solr_query" on my terminal to make a search, I am getting this error......
Bad Request: No search handler with name: solr_query found for Solr query: q=family_size%3A6, did you miss to configure it?
Any suggestions?
Thanks
Upvotes: 0
Views: 1129
Reputation: 726
In order to run CQL Solr queries in DSE Search 4.6 you have to configure a special purpose search handler in your solrconfig.xml, as described here: http://www.datastax.com/documentation/datastax_enterprise/4.6/datastax_enterprise/srch/srchCql.html
Upvotes: 1