From 9ef311872736bc1a67347e561f5c59ca1dae31c5 Mon Sep 17 00:00:00 2001 From: Prabhat <20185657+CaptainDredge@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:29:53 -0700 Subject: [PATCH] Add static setting for checkPendingFlushUpdate functionality of lucene index writer (#6728) * Added static setting for checkPendingFlushUpdate functionality of lucene writer Signed-off-by: Prabhat Sharma * 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> * Added static setting for checkPendingFlushUpdate functionality of lucene writer Signed-off-by: Prabhat Sharma * Update _install-and-configure/configuring-opensearch/index-settings.md Co-authored-by: Nathan Bower Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Prabhat Sharma Signed-off-by: Prabhat <20185657+CaptainDredge@users.noreply.github.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Prabhat Sharma Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower --- _install-and-configure/configuring-opensearch/index-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_install-and-configure/configuring-opensearch/index-settings.md b/_install-and-configure/configuring-opensearch/index-settings.md index e2ae81f1f6..25cd4b8810 100644 --- a/_install-and-configure/configuring-opensearch/index-settings.md +++ b/_install-and-configure/configuring-opensearch/index-settings.md @@ -100,6 +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 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`. ### Updating a static index setting