Skip to content

Commit

Permalink
Add cluster setting for filter rewrite optimization in aggregation (o…
Browse files Browse the repository at this point in the history
…pensearch-project#7033)

* Add cluster setting for filter rewrite optimization in aggregation

Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>

* Update search-settings.md

Signed-off-by: Melissa Vagi <vagimeli@amazon.com>

---------

Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
2 people authored and sgup432 committed May 8, 2024
1 parent b0c4a1e commit a8e2f71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ OpenSearch supports the following search settings:

- `search.highlight.term_vector_multi_value` (Static, Boolean): Specifies to highlight snippets across values of a multi-valued field. Default is `true`.

- `search.max_aggregation_rewrite_filters` (Dynamic, integer): Determines the maximum number of rewrite filters allowed during aggregation. Set this value to `0` to disable the filter rewrite optimization for aggregations.

## Point in Time settings

For information about PIT settings, see [PIT settings]({{site.url}}{{site.baseurl}}/search-plugins/point-in-time-api/#pit-settings).
Expand Down

0 comments on commit a8e2f71

Please sign in to comment.