From dfad6f0fd615971c6a622e81d6b976139fd7b1aa Mon Sep 17 00:00:00 2001 From: Tobias Ibounig Date: Fri, 25 Oct 2019 22:01:16 +0200 Subject: [PATCH] Add temporal unit to warmupTime param in ref guide (#975) --- solr/solr-ref-guide/src/performance-statistics-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/performance-statistics-reference.adoc b/solr/solr-ref-guide/src/performance-statistics-reference.adoc index 8b5cbd0e638..3c5c5e0ce0b 100644 --- a/solr/solr-ref-guide/src/performance-statistics-reference.adoc +++ b/solr/solr-ref-guide/src/performance-statistics-reference.adoc @@ -193,7 +193,7 @@ The following statistics are available for each of the caches mentioned above: |inserts |Number of inserts into the cache. |lookups |Number of lookups against the cache. |size |Number of entries in the cache at that particular instance. -|warmupTime |Warm-up time for the registered index searcher. This time is taken in account for the “auto-warming” of caches. +|warmupTime |Warm-up time for the registered index searcher in milliseconds. This time is taken in account for the “auto-warming” of caches. |=== When eviction by heap usage is enabled, the following additional statistics are available for the Query Result Cache: