Skip to content

Commit

Permalink
Fix a highlight in query-settings-in-solrconfig.adoc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke committed Oct 19, 2020
1 parent 6e25728 commit b47ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/solr-ref-guide/src/query-settings-in-solrconfig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b47ccbc

Please sign in to comment.