Fix 'an[d]' typo in three solrconfig.xml comments.

This commit is contained in:
Christine Poerschke 2020-10-19 12:16:49 +01:00
parent 9ab9d208c7
commit 6e2572882f
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
initialSize - the initial capacity (number of entries) of
the cache. (seel java.util.HashMap)
autowarmCount - the number of entries to prepopulate from
and old cache.
an old cache.
-->
<filterCache
class="solr.CaffeineCache"

View File

@ -399,7 +399,7 @@
initialSize - the initial capacity (number of entries) of
the cache. (see java.util.HashMap)
autowarmCount - the number of entries to prepopulate from
and old cache.
an old cache.
maxRamMB - the maximum amount of RAM (in MB) that this cache is allowed
to occupy. Note that when this option is specified, the size
and initialSize parameters are ignored.

View File

@ -420,7 +420,7 @@
initialSize - the initial capacity (number of entries) of
the cache. (see java.util.HashMap)
autowarmCount - the number of entries to prepopulate from
and old cache.
an old cache.
maxRamMB - the maximum amount of RAM (in MB) that this cache is allowed
to occupy. Note that when this option is specified, the size
and initialSize parameters are ignored.