From 93ccdce57c85fa652efa6b328344a267ba3319fd Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Thu, 25 Oct 2018 11:06:25 -0500 Subject: [PATCH] SOLR-5004: put param names and values in monospace --- solr/solr-ref-guide/src/collections-api.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc index 673cb1b3a50..ec8517d9e55 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: