Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for new clause count setting #7391

Merged
merged 8 commits into from
Jul 1, 2024

Conversation

harshavamsi
Copy link
Contributor

@harshavamsi harshavamsi commented Jun 14, 2024

Description

Adds documentation for new clause count setting

Issues Resolved

Closes #7385

Version

2.16

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
@hdhalter hdhalter added the 4 - Doc review PR: Doc review in progress label Jun 24, 2024
@vagimeli vagimeli self-assigned this Jun 26, 2024
@vagimeli vagimeli added 5 - Editorial review PR: Editorial review in progress and removed 4 - Doc review PR: Doc review in progress labels Jun 28, 2024
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vagimeli @harshavamsi Just a few changes. Thanks!

@@ -39,6 +39,8 @@ OpenSearch supports the following cluster-level index settings. All settings in

- `indices.fielddata.cache.size` (String): The maximum size of the field data cache. May be specified as an absolute value (for example, `8GB`) or a percentage of the node heap (for example, `50%`). This value is static so you must specify it in the `opensearch.yml` file. If you don't specify this setting, the maximum size is unlimited. This value should be smaller than the `indices.breaker.fielddata.limit`. For more information, see [Field data circuit breaker]({{site.url}}{{site.baseurl}}/install-and-configure/configuring-opensearch/circuit-breaker/#field-data-circuit-breaker-settings).

- `indices.query.bool.max_clause_count` (Integer): Defines the maximum product of fields and terms queryable at once. Before OpenSearch 2.16, this static setting required a cluster restart to apply. Now dynamic, existing search thread pools may use the old static value initially, causing `TooManyClauses` exceptions. New thread pools use the updated value. Default is `1024`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"at once" => "simultaneously"?

@vagimeli vagimeli removed the 5 - Editorial review PR: Editorial review in progress label Jul 1, 2024
Copy link
Contributor

@vagimeli vagimeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doc and editorial reviews completed

@vagimeli vagimeli merged commit 61fa844 into opensearch-project:main Jul 1, 2024
6 checks passed
@hdhalter hdhalter added release-notes PR: Include this PR in the automated release notes 3 - Done Issue is done/complete labels Jul 15, 2024
leanneeliatra pushed a commit to leanneeliatra/opensearch-documentation-website-forl that referenced this pull request Jul 24, 2024
* Update docs for new clause count setting

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

* Update to 2.16

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

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

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

---------

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: [email protected] <[email protected]>
sandervandegeijn pushed a commit to sandervandegeijn/documentation-website that referenced this pull request Jul 30, 2024
* Update docs for new clause count setting

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

* Update to 2.16

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

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

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>

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

Signed-off-by: Melissa Vagi <[email protected]>

---------

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Sander van de Geijn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Issue is done/complete release-notes PR: Include this PR in the automated release notes v2.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC]Change the docs around max_clause_count
4 participants