Skip to content

Commit

Permalink
Update _install-and-configure/configuring-opensearch/index-settings.md
Browse files Browse the repository at this point in the history
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Prabhat <[email protected]>
  • Loading branch information
2 people authored and Prabhat Sharma committed Mar 22, 2024
1 parent ea50922 commit 1a337c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a337c5

Please sign in to comment.