Skip to content

Commit

Permalink
disables autowarm of filtercache, corrects luceneMatchVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaebel committed Jun 21, 2024
1 parent 7045465 commit 66cf7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/solr/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.11.2</luceneMatchVersion>
<luceneMatchVersion>9.0</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down Expand Up @@ -429,7 +429,7 @@
<filterCache class="solr.CaffeineCache"
size="512"
initialSize="512"
autowarmCount="128"/>
autowarmCount="0"/>

<!-- Query Result Cache
Expand Down

0 comments on commit 66cf7d4

Please sign in to comment.