From commits-return-101508-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Fri Jun 8 17:51:11 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 38C01180608 for ; Fri, 8 Jun 2018 17:51:11 +0200 (CEST) Received: (qmail 2525 invoked by uid 500); 8 Jun 2018 15:51:10 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 2516 invoked by uid 99); 8 Jun 2018 15:51:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2018 15:51:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28365E09F5; Fri, 8 Jun 2018 15:51:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctargett@apache.org To: commits@lucene.apache.org Message-Id: <61ec95890dce4fdaacc7f7e501ca655e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:branch_7_4: SOLR-12338: State default value more directly Date: Fri, 8 Jun 2018 15:51:10 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/branch_7_4 6e55d2f26 -> d1dbef5e4 SOLR-12338: State default value more directly Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d1dbef5e Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d1dbef5e Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d1dbef5e Branch: refs/heads/branch_7_4 Commit: d1dbef5e4d1a1b2bfac75a59496f86d6edbbc16f Parents: 6e55d2f Author: Cassandra Targett Authored: Fri Jun 8 10:49:29 2018 -0500 Committer: Cassandra Targett Committed: Fri Jun 8 10:51:03 2018 -0500 ---------------------------------------------------------------------- solr/solr-ref-guide/src/format-of-solr-xml.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d1dbef5e/solr/solr-ref-guide/src/format-of-solr-xml.adoc ---------------------------------------------------------------------- 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 bfc3ab7..4b3d901 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`).