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 2019/03/08 17:53:26 UTC

[lucene-solr] branch jira/solr-13235 updated: SOLR-13235: fix typos

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch jira/solr-13235
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-13235 by this push:
     new b2127dc  SOLR-13235: fix typos
b2127dc is described below

commit b2127dc0ab1b8e0a8ec78850ac0f37cc9d87f730
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Fri Mar 8 11:53:11 2019 -0600

    SOLR-13235: fix typos
---
 solr/solr-ref-guide/src/cluster-node-management.adoc | 2 +-
 solr/solr-ref-guide/src/collection-management.adoc   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/solr-ref-guide/src/cluster-node-management.adoc b/solr/solr-ref-guide/src/cluster-node-management.adoc
index 8dd4a26..dbc80ff 100644
--- a/solr/solr-ref-guide/src/cluster-node-management.adoc
+++ b/solr/solr-ref-guide/src/cluster-node-management.adoc
@@ -133,7 +133,7 @@ Add, edit or delete a cluster-wide property.
 === CLUSTERPROP Parameters
 
 `name`::
-The name of the property. Supported properties names are `urlScheme` and `autoAddReplicas and location`. Other names are rejected with an error.
+The name of the property. Supported property names are `urlScheme`, `autoAddReplicas` and `location`. Other names are rejected with an error.
 
 `val`::
 The value of the property. If the value is empty or null, the property is unset.
diff --git a/solr/solr-ref-guide/src/collection-management.adoc b/solr/solr-ref-guide/src/collection-management.adoc
index 1865b03..90c2041 100644
--- a/solr/solr-ref-guide/src/collection-management.adoc
+++ b/solr/solr-ref-guide/src/collection-management.adoc
@@ -78,11 +78,11 @@ If not provided, the CREATE operation will create shard-replicas spread across a
 Alternatively, use the special value of `EMPTY` to initially create no shard-replica within the new collection and then later use the <<replica-management.adoc#addreplica,ADDREPLICA>> operation to add shard-replicas when and where required.
 
 `createNodeSet.shuffle`::
-Controls wether or not the shard-replicas created for this collection will be assigned to the nodes specified by the `createNodeSet` in a sequential manner, or if the list of nodes should be shuffled prior to creating individual replicas.
+Controls whether the shard-replicas created for this collection will be assigned to the nodes specified by the `createNodeSet` in a sequential manner, or if the list of nodes should be shuffled prior to creating individual replicas.
 +
 A `false` value makes the results of a collection creation predictable and gives more exact control over the location of the individual shard-replicas, but `true` can be a better choice for ensuring replicas are distributed evenly across nodes. The default is `true`.
 +
-This parameter is ignored if `createNodeSet` is not also specified.
+This parameter is ignored if `createNodeSet` is not also defined.
 
 `collection.configName`::
 Defines the name of the configuration (which *must already be stored in ZooKeeper*) to use for this collection. If not provided, Solr will use the configuration of `_default` configSet to create a new (and mutable) configSet named `<collectionName>.AUTOCREATED` and will use it for the new collection. When such a collection (that uses a copy of the _default configset) is deleted, the autocreated configset is not deleted by default.