You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/10/31 09:30:05 UTC

[03/25] lucene-solr:jira/http2: SOLR-5004: put param names and values in monospace

SOLR-5004: put param names and values in monospace


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

Branch: refs/heads/jira/http2
Commit: 93ccdce57c85fa652efa6b328344a267ba3319fd
Parents: 7952cec
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Oct 25 11:06:25 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Oct 25 11:06:25 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/collections-api.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/93ccdce5/solr/solr-ref-guide/src/collections-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 673cb1b..ec8517d 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -288,9 +288,9 @@ This parameter can be used to split a shard using a route key such that all docu
 For example, suppose `split.key=A!` hashes to the range `12-15` and belongs to shard 'shard1' with range `0-20`. Splitting by this route key would yield three sub-shards with ranges `0-11`, `12-15` and `16-20`. Note that the sub-shard with the hash range of the route key may also contain documents for other route keys whose hash ranges overlap.
 
 `numSubShards`::
-The number of sub-shards to split the parent shard into. Allowed values for this are in the range of 2-8 and defaults to 2.
+The number of sub-shards to split the parent shard into. Allowed values for this are in the range of `2`-`8` and defaults to `2`.
 +
-This parameter can only be used when ranges or split.key are not specified.
+This parameter can only be used when `ranges` or `split.key` are not specified.
 
 `splitMethod`::
 Currently two methods of shard splitting are supported: