From eb7bb2d90654ec15d25ba947e287bf7d96e07900 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Fri, 8 Jun 2018 10:49:29 -0500 Subject: [PATCH] SOLR-12338: State default value more directly --- solr/solr-ref-guide/src/format-of-solr-xml.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/format-of-solr-xml.adoc b/solr/solr-ref-guide/src/format-of-solr-xml.adoc index bfc3ab7e886..4b3d901f256 100644 --- a/solr/solr-ref-guide/src/format-of-solr-xml.adoc +++ b/solr/solr-ref-guide/src/format-of-solr-xml.adoc @@ -70,8 +70,9 @@ As above, for custom InfoHandler implementations. Specifies the number of threads that will be assigned to load cores in parallel. `replayUpdatesThreads`:: -Specifies the number of threads (default value is the number of processors) that will be assigned to replay updates in parallel. +Specifies the number of threads that will be assigned to replay updates in parallel. This pool is shared for all cores of the node. +The default value is equal to the number of processors. `coreRootDirectory`:: The root of the core discovery tree, defaults to `$SOLR_HOME` (by default, `server/solr`).