Skip to content

Commit

Permalink
Add static setting for checkPendingFlushUpdate functionality of lucen…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
4 people authored Mar 22, 2024
1 parent 5c41345 commit 9ef3118
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ef3118

Please sign in to comment.