Fix a highlight in query-settings-in-solrconfig.adoc file.

This commit is contained in:
Christine Poerschke 2020-10-19 12:18:33 +01:00
parent 6e2572882f
commit b47ccbc618
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ You can also define named caches for your own application code to use. You can l
regenerator="org.mycompany.mypackage.MyRegenerator" />
----
If you want auto-warming of your cache, include a `regenerator` attribute with the fully qualified name of a class that implements `solr.search.CacheRegenerator`. You can also use the `NoOpRegenerator`, which simply repopulates the cache with old items. Define it with the `regenerator` parameter as`: regenerator="solr.NoOpRegenerator"`.
If you want auto-warming of your cache, include a `regenerator` attribute with the fully qualified name of a class that implements `solr.search.CacheRegenerator`. You can also use the `NoOpRegenerator`, which simply repopulates the cache with old items. Define it with the `regenerator` parameter as `regenerator="solr.NoOpRegenerator"`.
== Query Sizing and Warming