1+ [float]
12[[breaking_60_indices_changes]]
23=== Indices changes
34
5+ [float]
46==== Index templates use `index_patterns` instead of `template`
57
68Previously templates expressed the indices that they should match using a glob
@@ -28,7 +30,7 @@ PUT _template/template_2
2830--------------------------------------------------
2931// CONSOLE
3032
31-
33+ [float]
3234==== Shadow Replicas have been removed
3335
3436Shadow replicas don't see enough usage, and have been removed. This includes the
@@ -38,42 +40,49 @@ following settings:
3840- `index.shadow_replicas`
3941- `node.add_lock_id_to_custom_path`
4042
43+ [float]
4144==== Open/Close index API allows wildcard expressions that match no indices by default
4245
4346The default value of the `allow_no_indices` option for the Open/Close index API
4447has been changed from `false` to `true` so it is aligned with the behaviour of the
4548Delete index API. As a result, Open/Close index API don't return an error by
4649default when a provided wildcard expression doesn't match any closed/open index.
4750
51+ [float]
4852==== Delete a document
4953
5054Delete a document from non-existing index has been modified to not create the index.
5155However if an external versioning is used the index will be created and the document
5256will be marked for deletion.
5357
58+ [float]
5459==== Indices aliases api resolves indices expressions only against indices
5560
5661The index parameter in the update-aliases, put-alias, and delete-alias APIs no
5762longer accepts alias names. Instead, it accepts only index names (or wildcards
5863which will expand to matching indices).
5964
65+ [float]
6066==== Delete index api resolves indices expressions only against indices
6167
6268The index parameter in the delete index API no longer accepts alias names.
6369Instead, it accepts only index names (or wildcards which will expand to
6470matching indices).
6571
72+ [float]
6673==== Support for `+` has been removed in index expressions
6774
6875Omitting the `+` has the same effect as specifying it, hence support for `+`
6976has been removed in index expressions.
7077
78+ [float]
7179==== Translog retention
7280
7381Translog files are now kept for up to 12 hours (by default), with a maximum size of `512mb` (default), and
7482are no longer deleted on `flush`. This is to increase the chance of doing an operation based recovery when
7583bringing up replicas up to speed.
7684
85+ [float]
7786==== Limit to the difference between max_size and min_size in NGramTokenFilter and NGramTokenizer
7887
7988To safeguard against creating too many index terms, the difference between
@@ -82,6 +91,7 @@ limited to 1. This default limit can be changed with the index setting
8291index.max_ngram_diff. Note that if the limit is exceeded a deprecation
8392warning is logged.
8493
94+ [float]
8595==== Limit to the difference between max_size and min_size in ShingleTokenFilter
8696
8797To safeguard against creating too many tokens, the difference between
0 commit comments