mirror of https://github.com/apache/lucene.git
SOLR-12338: State default value more directly
This commit is contained in:
parent
15078ccc83
commit
eb7bb2d906
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue