Skip to content

Commit

Permalink
Clarify concurrent segment search index setting (#6714) (#6732)
Browse files Browse the repository at this point in the history
* Clarify concurrent segment search index setting



* Update _search-plugins/concurrent-segment-search.md



---------




(cherry picked from commit 72a490a)

Signed-off-by: Jay Deng <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
3 people authored Mar 20, 2024
1 parent 7e7b191 commit 2a11021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/concurrent-segment-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ By default, concurrent segment search is disabled on the cluster. You can enable
- Cluster level
- Index level

The index-level setting takes priority over the cluster-level setting. Thus, if the cluster setting is enabled but the index setting is disabled, then concurrent segment search will be disabled for that index.
The index-level setting takes priority over the cluster-level setting. Thus, if the cluster setting is enabled but the index setting is disabled, then concurrent segment search will be disabled for that index. Because of this, the index-level setting is not evaluated unless it is explicitly set, regardless of the default value configured for the setting. You can retrieve the current value of the index-level setting by calling the [Index Settings API]({{site.url}}{{site.baseurl}}/api-reference/index-apis/get-settings/) and omitting the `?include_defaults` query parameter.
{: .note}

To enable concurrent segment search for all indexes in the cluster, set the following dynamic cluster setting:
Expand Down

0 comments on commit 2a11021

Please sign in to comment.