You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/09/06 18:26:27 UTC

lucene-solr:branch_7x: SOLR-10697: update Ref Guide for default value changes

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x d1b97a66b -> 42f1fe1d4


SOLR-10697: update Ref Guide for default value changes


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/42f1fe1d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/42f1fe1d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/42f1fe1d

Branch: refs/heads/branch_7x
Commit: 42f1fe1d4b02e8d9b1b79debcd0a98ae3ab87f0f
Parents: d1b97a6
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Sep 6 13:25:10 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Sep 6 13:26:19 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/distributed-requests.adoc | 4 ++--
 solr/solr-ref-guide/src/format-of-solr-xml.adoc   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/42f1fe1d/solr/solr-ref-guide/src/distributed-requests.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/distributed-requests.adoc b/solr/solr-ref-guide/src/distributed-requests.adoc
index dce45d5..842a021 100644
--- a/solr/solr-ref-guide/src/distributed-requests.adoc
+++ b/solr/solr-ref-guide/src/distributed-requests.adoc
@@ -94,10 +94,10 @@ The amount of time in ms that a socket is allowed to wait. The default is `0`, w
 The amount of time in ms that is accepted for binding / connecting a socket. The default is `0`, where the operating system's default will be used.
 
 `maxConnectionsPerHost`::
-The maximum number of concurrent connections that is made to each individual shard in a distributed search. The default is `20`.
+The maximum number of concurrent connections that is made to each individual shard in a distributed search. The default is `100000`.
 
 `maxConnections`::
-The total maximum number of concurrent connections in distributed searches. The default is `10000`
+The total maximum number of concurrent connections in distributed searches. The default is `100000`
 
 `corePoolSize`::
 The retained lowest limit on the number of threads used in coordinating distributed search. The default is `0`.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/42f1fe1d/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 4b3d901..2a77c95 100644
--- a/solr/solr-ref-guide/src/format-of-solr-xml.adoc
+++ b/solr/solr-ref-guide/src/format-of-solr-xml.adoc
@@ -172,10 +172,10 @@ The connection timeout for intra-cluster query and administrative requests. Defa
 The URL scheme to be used in distributed search.
 
 `maxConnectionsPerHost`::
-Maximum connections allowed per host. Defaults to `20`.
+Maximum connections allowed per host. Defaults to `100000`.
 
 `maxConnections`::
-Maximum total connections allowed. Defaults to `10000`.
+Maximum total connections allowed. Defaults to `100000`.
 
 `corePoolSize`::
 The initial core size of the threadpool servicing requests. Default is `0`.