diff options
| author | sgaebel <sgaebel@localhost.localdomain> | 2024-06-12 12:59:34 +0200 |
|---|---|---|
| committer | sgaebel <sgaebel@localhost.localdomain> | 2024-06-21 19:10:12 +0200 |
| commit | 66cf7d4ca5fa9626068a5bff3211f91761a1eb15 (patch) | |
| tree | f7c16dc1a7ff65d18e1e91e46331a3519f0baf9d /defaults | |
| parent | 70454654f367f3405043937107475526af02ae46 (diff) | |
disables autowarm of filtercache, corrects luceneMatchVersion
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/solr/solrconfig.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 1dac2a5df..46b12afad 100644 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -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 @@ -429,7 +429,7 @@ <filterCache class="solr.CaffeineCache" size="512" initialSize="512" - autowarmCount="128"/> + autowarmCount="0"/> <!-- Query Result Cache |
