I need to run a long query over Solr but Sunspot is using GET as the default method. I know that this is something supported on RSolr, but i don't know if i can do it through Susnpot.
Thanks!
According to the Sunspot source on GitHub, Sunspot already uses POST as the default for submitting queries to Solr when searching. This was changed in 2011, so if you have a VERY old version of Sunspot, that might be an issue.
Otherwise if you're still seeing GETs on the server side, it'd be helpful to see the code you're actually using for searching.