SOLR-11277: Ref Guide: add parameters for defining kilo/mega/gigabyte suffixes

This commit is contained in:
Cassandra Targett 2018-07-18 15:49:40 -05:00
parent d6afe1d016
commit 722f7dabd0
1 changed files with 1 additions and 1 deletions

View File

@ -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 restrict the size of the tlog to reasonable size.
The maximum size of the transaction log (tlog) on disk, 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 transaction log to reasonable size. Valid values can be bytes (default with no suffix), kilobytes (if defined with a `k` suffix, as in `25k`), megabytes (`m`) or gigabytes (`g`).
`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`.