Recently I was testing out SOLR’s suggester functionality through the Sitecore API. There is a slight gap in the documentation and I kept receiving the error No suggester named default was configured. <?xml version=”1.0″ encoding=”UTF-8″?> <response> <lst name=”responseHeader”> <int name=”status”>400</int> <int name=”QTime”>22</int> </lst> <lst name=”error”> <lst name=”metadata”> <str name=”error-class”>org.apache.solr.common.SolrException</str> <str name=”root-error-class”>org.apache.solr.common.SolrException</str> </lst> <str name=”msg”>No suggester…