> I have increased the number of maxConnections to see if this fixes the problem.
This solved the "connection refused" issue? > I noticed in the log that there was an error from a curl statement that said 'Error: Solr core is loading' This is weird. Solr usually don't just reload cores. Are you sure you are not reloading the core during the indexing process? See this similar issue: https://lucene.472066.n3.nabble.com/SolrCore-is-loading-in-the-middle-of-indexing-td4292909.html Edward On Fri, Jan 17, 2020 at 2:29 PM Dave <hastings.recurs...@gmail.com> wrote: > It doesn’t need to be identical, just anything with a buildon reload > statement > > > On Jan 17, 2020, at 12:17 PM, rhys J <rhyssha...@gmail.com> wrote: > > > > On Fri, Jan 17, 2020 at 12:10 PM David Hastings < > > hastings.recurs...@gmail.com> wrote: > > > >> something like this in your solr config: > >> > >> <lst name="suggester"> <str name="name">autosuggest</str> <bool name= > >> "exactMatchFirst">false</bool> <str > name="suggestAnalyzerFieldType">text</ > >> str> <float name="threshold">0.005</float> <str name="dictionaryImpl"> > >> DocumentDictionaryFactory</str> <str name="field">title</str> <str name= > >> "weightField">weight</str> <str name="buildOnStartup">true</str> <str > name= > >> "buildOnOptimize">true</str> </lst> > >> > >> > > I checked both /var/solr/solr/data/solr.xml and > > /var/solr/data/CORE/solrconfig.xml, and I did not find this entry. > > > > Thanks, > > > > Rhys >