From 1a337c5664a665c0b9992bb1fbc23e1c6e8a4347 Mon Sep 17 00:00:00 2001 From: Prabhat <20185657+CaptainDredge@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:21:28 +0530 Subject: [PATCH] Update _install-and-configure/configuring-opensearch/index-settings.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Prabhat <20185657+CaptainDredge@users.noreply.github.com> --- _install-and-configure/configuring-opensearch/index-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install-and-configure/configuring-opensearch/index-settings.md b/_install-and-configure/configuring-opensearch/index-settings.md index 2aed72a670..45b18f6b36 100644 --- a/_install-and-configure/configuring-opensearch/index-settings.md +++ b/_install-and-configure/configuring-opensearch/index-settings.md @@ -100,7 +100,7 @@ OpenSearch supports the following static index-level index settings: - `index.merge_on_flush.policy` (default | merge-on-flush): This setting controls which merge policy should be used when `index.merge_on_flush.enabled` is enabled. Default is `default`. -- `index.check_pending_flush.enabled` (Boolean): This setting controls Apache Lucene's Index writer setting checkPendingFlushOnUpdate which controls if an indexing thread should check for pending flushes on update in order to help out flushing indexing buffers to disk +- `index.check_pending_flush.enabled` (Boolean): This setting controls the Apache Lucene's `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. ### Updating a static index setting