mirror of https://github.com/apache/lucene.git
Fix a highlight in query-settings-in-solrconfig.adoc file.
This commit is contained in:
parent
6e2572882f
commit
b47ccbc618
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue