You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch/_async/client/indices.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,7 +1120,8 @@ async def delete_template(
1120
1120
"""
1121
1121
.. raw:: html
1122
1122
1123
-
<p>Delete a legacy index template.</p>
1123
+
<p>Delete a legacy index template.
1124
+
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Get information about one or more index templates.</p>
2721
2722
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
2722
2723
@@ -3742,7 +3743,7 @@ async def put_template(
3742
3743
"""
3743
3744
.. raw:: html
3744
3745
3745
-
<p>Create or update an index template.
3746
+
<p>Create or update a legacy index template.
3746
3747
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
3747
3748
Elasticsearch applies templates to new indices based on an index pattern that matches the index name.</p>
3748
3749
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Copy file name to clipboardExpand all lines: elasticsearch/_sync/client/indices.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,7 +1120,8 @@ def delete_template(
1120
1120
"""
1121
1121
.. raw:: html
1122
1122
1123
-
<p>Delete a legacy index template.</p>
1123
+
<p>Delete a legacy index template.
1124
+
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Get information about one or more index templates.</p>
2721
2722
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
2722
2723
@@ -3742,7 +3743,7 @@ def put_template(
3742
3743
"""
3743
3744
.. raw:: html
3744
3745
3745
-
<p>Create or update an index template.
3746
+
<p>Create or update a legacy index template.
3746
3747
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
3747
3748
Elasticsearch applies templates to new indices based on an index pattern that matches the index name.</p>
3748
3749
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
0 commit comments