Skip to content

Commit

Permalink
use buildOnOptimize instead of buildOnCommit (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 29, 2024
1 parent 9d3c658 commit 730ecd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/configsets/sunspot/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
<!-- change field to textSpell and use copyField in schema.xml
to spellcheck multiple fields -->
<str name="field">textSpell</str>
<str name="buildOnCommit">true</str>
<str name="buildOnOptimize">true</str>
</lst>

<lst name="spellchecker">
Expand Down

0 comments on commit 730ecd0

Please sign in to comment.