This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 86e6a54e505 remove stray backticks in
solrcloud-distributed-requests.adoc (#2401)
86e6a54e505 is described below
commit 86e6a54e505beff690a20958e48f2470534ede2f
Author: Christine Poerschke <[email protected]>
AuthorDate: Thu Apr 11 15:31:38 2024 +0100
remove stray backticks in solrcloud-distributed-requests.adoc (#2401)
(cherry picked from commit 1b6ff57e923886e80330fcc162f38a6327a8aeaf)
---
.../modules/deployment-guide/pages/solrcloud-distributed-requests.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-distributed-requests.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-distributed-requests.adoc
index 605183e27e8..0f2cdb06087 100644
---
a/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-distributed-requests.adoc
+++
b/solr/solr-ref-guide/modules/deployment-guide/pages/solrcloud-distributed-requests.adoc
@@ -265,7 +265,7 @@
shards.preference=replica.location:local,replica.type:PULL,replica.type:TLOG
* Prefer any replica that is not a leader:
+
[source,text]
-`shards.preference=replica.leader:false`
+shards.preference=replica.leader:false
Note that if you provide these parameters in a query string, they need to be
properly URL-encoded.