Kyle KingsburyA Sitecore web development blog

Tag - sitecore

Configuring Sitecore's SolrProvider to use SolrPostConnection

InSitecore//2 Min read

By default, Sitecore's ContentSearch Solr implementation is configured to send all requests to Solr using a HTTP **GET**. For most implementations, this is fine and shouldn't need to be changed. However, if you are doing very complex queries you'll quickly run into IIS's web server query string and URL length...