Skip to content

Commit ebce5f7

Browse files
sam-hermanandrross
andauthored
add documentation for use compound file setting (#7092)
* add documentation for use compound file setting Signed-off-by: Samuel Herman <sherman8915@gmail.com> * Update _install-and-configure/configuring-opensearch/index-settings.md Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: samuel-oci <97131656+samuel-oci@users.noreply.github.com> --------- Signed-off-by: Samuel Herman <sherman8915@gmail.com> Signed-off-by: samuel-oci <97131656+samuel-oci@users.noreply.github.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
1 parent 88bab65 commit ebce5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_install-and-configure/configuring-opensearch/index-settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ For `zstd`, `zstd_no_dict`, `qat_lz4`, and `qat_deflate`, you can specify the co
125125

126126
- `index.check_pending_flush.enabled` (Boolean): This setting controls the Apache Lucene `checkPendingFlushOnUpdate` index writer setting, which specifies whether an indexing thread should check for pending flushes on an update in order to flush indexing buffers to disk. Default is `true`.
127127

128+
- `index.use_compound_file` (Boolean): This setting controls the Apache Lucene `useCompoundFile` index writer settings, which specifies whether newly written segment files will be packed into a compound file. Default is `true`.
129+
128130
### Updating a static index setting
129131

130132
You can update a static index setting only on a closed index. The following example demonstrates updating the index codec setting.

0 commit comments

Comments
 (0)