Skip to content

Commit 9ef3118

Browse files
CaptainDredgePrabhat Sharmakolchfa-awsnatebower
authored
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 <ptsharma@amazon.com> * 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 <ptsharma@amazon.com> * Update _install-and-configure/configuring-opensearch/index-settings.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Prabhat Sharma <ptsharma@amazon.com> 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 <ptsharma@amazon.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent 5c41345 commit 9ef3118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ OpenSearch supports the following static index-level index settings:
100100

101101
- `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`.
102102

103+
- `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`.
103104

104105
### Updating a static index setting
105106

0 commit comments

Comments
 (0)