: Subject: autowarm static queries A minor followup about terminology:
"auto-warming" describes what Solr does when it opens a new cache, and seeds it with key/val pairs based on the "top" keys from the old instance of the cache. "static warming" describes what you can do using newSearcher and firstSearcher event listeners to force explicit warming actions to be taken when one of these events happens -- frequently it involves seeding one or more caches with values from "static" queries hard coded in the solrconfig.xml i'm not sure what it would mean to autowarm a static query. -Hoss