Skip to content

Commit

Permalink
Added static setting for checkPendingFlushUpdate functionality of luc…
Browse files Browse the repository at this point in the history
…ene writer

Signed-off-by: Prabhat Sharma <[email protected]>
  • Loading branch information
Prabhat Sharma authored and CaptainDredge committed Mar 20, 2024
1 parent 3a2af65 commit 996c810
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 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

### Updating a static index setting

Expand Down

0 comments on commit 996c810

Please sign in to comment.