Skip to content

Commit

Permalink
Add documentation for the new setting of cardinality aggregation dyna…
Browse files Browse the repository at this point in the history
…mic pruning (opensearch-project#7341)

* add documentation for the new setting of cardinality aggregation dynamic pruning

Signed-off-by: bowenlan-amzn <[email protected]>

* Update search-settings.md

Signed-off-by: bowenlan-amzn <[email protected]>

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

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

* Update search-settings.md

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

---------

Signed-off-by: bowenlan-amzn <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
  • Loading branch information
bowenlan-amzn and vagimeli authored Jun 17, 2024
1 parent f3153d8 commit 90ae402
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ 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.
- `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. This is an experimental feature and may change or be removed in future versions.

- `search.dynamic_pruning.cardinality_aggregation.max_allowed_cardinality` (Dynamic, integer): Determines the threshold for applying dynamic pruning in cardinality aggregation. If a field’s cardinality exceeds this threshold, the aggregation reverts to the default method. This is an experimental feature and may change or be removed in future versions.

## Point in Time settings

Expand Down

0 comments on commit 90ae402

Please sign in to comment.