Skip to content

Commit 9280438

Browse files
mkhludnevkolchfa-awsreta
authored
Add index.query.max_nested_depth fix #6346 (#6347)
* Document index.query.max_nested_depth fix #6346 Signed-off-by: Mikhail Khludnev <[email protected]> * fix index.query.max_nested_depth Co-authored-by: kolchfa-aws <[email protected]> Signed-off-by: Mikhail Khludnev <[email protected]> * Update _install-and-configure/configuring-opensearch/index-settings.md Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Mikhail Khludnev <[email protected]> * Update index-settings.md Signed-off-by: Mikhail Khludnev <[email protected]> * Update index-settings.md Signed-off-by: Mikhail Khludnev <[email protected]> --------- Signed-off-by: Mikhail Khludnev <[email protected]> Co-authored-by: kolchfa-aws <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
1 parent c83584b commit 9280438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ OpenSearch supports the following dynamic index-level index settings:
172172

173173
- `index.query.default_field` (List): A field or list of fields that OpenSearch uses in queries in case a field isn't specified in the parameters.
174174

175+
- `index.query.max_nested_depth` (Integer): The maximum number of nesting levels for `nested` queries. Default is `Integer.MAX_VALUE`. Minimum is 1 (single `nested` query).
176+
175177
- `index.routing.allocation.enable` (String): Specifies options for the index’s shard allocation. Available options are `all` (allow allocation for all shards), `primaries` (allow allocation only for primary shards), `new_primaries` (allow allocation only for new primary shards), and `none` (do not allow allocation). Default is `all`.
176178

177179
- `index.routing.rebalance.enable` (String): Enables shard rebalancing for the index. Available options are `all` (allow rebalancing for all shards), `primaries` (allow rebalancing only for primary shards), `replicas` (allow rebalancing only for replicas), and `none` (do not allow rebalancing). Default is `all`.

0 commit comments

Comments
 (0)