Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Khludnev <[email protected]>
  • Loading branch information
gd-spb-e1m authored and mkhludnev committed Jan 2, 2024
1 parent ccaec3e commit c0b32f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public static IndexMergePolicy fromString(String text) {
);

/**
* Index setting describing the maximum number of nested scopes in queries and documents.
* Index setting describing the maximum number of nested scopes in queries.
* The default maximum of 20. 0 means no nesting allowed.
*/
public static final Setting<Integer> MAX_NESTED_QUERY_DEPTH_SETTING = Setting.intSetting(
Expand Down

0 comments on commit c0b32f8

Please sign in to comment.