This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 1b6ff57e923 remove stray backticks in
solrcloud-distributed-requests.adoc (#2401)
1b6ff57e923 is described below
commit 1b6ff57e923886e80330fcc162f38a6327a8aeaf
Author: Christine Poerschke <[email protected]>
AuthorDate: Thu Apr 11 15:31:38 2024 +0100
remove stray backticks in solrcloud-distributed-requests.adoc (#2401)
---
.../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 48f5331ae0b..7eb756ab80a 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
@@ -266,7 +266,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.