: I know there is a 'GET' to send queries to Solr. But is there a POST : interface to sending queries? If so, can someone point me in that : direction?
POST using standard the standard application/x-www-form-urlencoded content-type (ie: the same way you would POST using any HTML form) -Hoss