Skip to content

Commit

Permalink
Set replicas to rebuild suggester index on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
billdueber committed Sep 12, 2024
1 parent a5168bd commit de692f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solr/dromedary/conf/solrconfig_med/suggesters/common.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<str name="lookupImpl">FSTLookupFactory</str>
<str name="exactMatchFirst">true</str>
<str name="buildOnStartup">false</str>
<str name="minPrefixChars">2</str>
<str name="dictionaryImpl">DocumentDictionaryFactory</str>

<str name="buildOnCommit">false</str>
<str name="buildOnOptimize">false</str>
<str name="buildOnStartup">true</str>

0 comments on commit de692f0

Please sign in to comment.