You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by mk...@apache.org on 2023/08/31 09:39:05 UTC

[solr] branch branch_9x updated: Fix configuration parameter stateCompressor in solr-xml doc (#1872) (#1874)

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

mkhl 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 8185ce6849f Fix configuration parameter stateCompressor in solr-xml doc (#1872) (#1874)
8185ce6849f is described below

commit 8185ce6849fc22bbd699e64828b77a0864378bc1
Author: Dustin Peerce <du...@users.noreply.github.com>
AuthorDate: Thu Aug 31 04:38:58 2023 -0500

    Fix configuration parameter stateCompressor in solr-xml doc (#1872) (#1874)
---
 .../modules/configuration-guide/pages/configuring-solr-xml.adoc         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
index 523e7bc0c8c..9b21da936ad 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/configuring-solr-xml.adoc
@@ -57,7 +57,7 @@ The default `solr.xml` file is found in `$SOLR_TIP/server/solr/solr.xml` and loo
     <bool name="distributedClusterStateUpdates">${distributedClusterStateUpdates:false}</bool>
     <bool name="distributedCollectionConfigSetExecution">${distributedCollectionConfigSetExecution:false}</bool>
     <int name="minStateByteLenForCompression">${minStateByteLenForCompression:-1}</int>
-    <str name="compressor">${compressor:org.apache.solr.common.util.ZLibCompressor}</str>
+    <str name="stateCompressor">${stateCompressor:org.apache.solr.common.util.ZLibCompressor}</str>
 
   </solrcloud>