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>
On Fri, Jan 17, 2020 at 12:02 PM rhys J <rhyssha...@gmail.com> wrote: > On Thu, Jan 16, 2020 at 3:48 PM David Hastings < > hastings.recurs...@gmail.com> > wrote: > > > > 'Error: Solr core is loading' > > > > do you have any suggesters or anything configured that would get rebuilt? > > > > > > I don't think so? But I'm not quite sure what you are asking? > > > > Rhys >