You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 10:02:29 UTC

[lucene] 11/15: SOLR-12547: Fix typo in documentation for maxSize based auto-commit

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

dweiss pushed a commit to branch branch_7_4
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 05787c586781339d63fd13282f3135c75f63743d
Author: Anshum Gupta <an...@apache.org>
AuthorDate: Wed Jul 11 23:00:49 2018 -0700

    SOLR-12547: Fix typo in documentation for maxSize based auto-commit
---
 solr/solr-ref-guide/src/updatehandlers-in-solrconfig.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/updatehandlers-in-solrconfig.adoc b/solr/solr-ref-guide/src/updatehandlers-in-solrconfig.adoc
index bad06d9..0af467f 100644
--- a/solr/solr-ref-guide/src/updatehandlers-in-solrconfig.adoc
+++ b/solr/solr-ref-guide/src/updatehandlers-in-solrconfig.adoc
@@ -48,7 +48,7 @@ The number of updates that have occurred since the last commit.
 The number of milliseconds since the oldest uncommitted update.
 
 `maxSize`::
-The maxSize of the transaction log, after which a hard commit is triggered. This is useful when the size of documents is unknown and the intention is to restric the size of the tlog to reasonable size.
+The maxSize of the transaction log, after which a hard commit is triggered. This is useful when the size of documents is unknown and the intention is to restrict the size of the tlog to reasonable size.
 
 `openSearcher`::
 Whether to open a new searcher when performing a commit. If this is `false`, the commit will flush recent index changes to stable storage, but does not cause a new searcher to be opened to make those changes visible. The default is `true`.