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 2968be78143 fix typo in comment (#1305) (#1343)
2968be78143 is described below

commit 2968be78143aaec60853137a87b3071c59c35dac
Author: Mikhail Khludnev <[email protected]>
AuthorDate: Thu Feb 9 10:42:11 2023 +0300

    fix typo in comment (#1305) (#1343)
    
    Co-authored-by: Renato Haeberli <>
    
    Co-authored-by: Renato Haeberli <[email protected]>
---
 solr/server/solr/configsets/_default/conf/solrconfig.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/server/solr/configsets/_default/conf/solrconfig.xml 
b/solr/server/solr/configsets/_default/conf/solrconfig.xml
index 5f601cde223..ca69ee01e65 100644
--- a/solr/server/solr/configsets/_default/conf/solrconfig.xml
+++ b/solr/server/solr/configsets/_default/conf/solrconfig.xml
@@ -352,9 +352,9 @@
 
          This limit only impacts boolean queries specified by a user as part 
of a query string,
          and provides per-collection controls on how complex user specified 
boolean queries can
-         be.  Query strings that specify more clauses then this will result in 
an error.
+         be.  Query strings that specify more clauses than this will result in 
an error.
 
-         If this per-collection limit is greater then the global 
`maxBooleanClauses` limit
+         If this per-collection limit is greater than the global 
`maxBooleanClauses` limit
          specified in `solr.xml`, it will have no effect, as that setting also 
limits the size
          of user specified boolean queries.
       -->

Reply via email to