SOLR-12338: State default value more directly

This commit is contained in:
Cassandra Targett 2018-06-08 10:49:29 -05:00
parent 15078ccc83
commit eb7bb2d906
1 changed files with 2 additions and 1 deletions

View File

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