grails-solr-plugin
grails-solr-plugin copied to clipboard
Allowing the request method (POST or GET) configuration.
Allows setting the request method (POST or GET) at Config.groovy. (eg: solr.method = "POST")
By setting it to POST, you can do bigger queries without the GET size limitations.