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

Reply via email to