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`).