I have set up a request handler /query in solr. Now, when I use this code, it does not work but if I change "query" to "select" it works fine.
// create a client instance
$client = new Solarium\Client($config);
// create a select query instance
$query = $client->createQuery('query'); // change query to select and it works fine
Please let me know. I have tried to search a few hours but there is no answer.