mirror of
https://github.com/apache/lucene.git
synced 2025-02-24 03:05:06 +00:00
SOLR-12547: Fix typo in documentation for maxSize based auto-commit
This commit is contained in:
parent
93ae3669b5
commit
26f76cc1be
@ -48,7 +48,7 @@ The number of updates that have occurred since the last commit.
|
|||||||
The number of milliseconds since the oldest uncommitted update.
|
The number of milliseconds since the oldest uncommitted update.
|
||||||
|
|
||||||
`maxSize`::
|
`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`::
|
`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`.
|
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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user