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
This comma-separation for retrieving multiple pieces of information has been
612
612
removed.. <codeclass="literal">GET /_all</code> can be used to retrieve all aliases, settings, and
613
613
mappings for all indices. In order to retrieve only the mappings for an index,
614
-
<codeclass="literal">GET /myindex/_mappings</code> (or <codeclass="literal">_aliases</code>, or <codeclass="literal">_settings</code>).</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_rest_changes.html">
614
+
<codeclass="literal">GET /myindex/_mappings</code> (or <codeclass="literal">_aliases</code>, or <codeclass="literal">_settings</code>).</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_dissallow_using_literal__cache_literal_and_literal__cache_key_literal"></a>Dissallow using <codeclass="literal">_cache</code> and <codeclass="literal">_cache_key</code><ahref="https://github.com/elastic/elasticsearch/edit/master/docs/reference/migration/migrate_6_0/rest.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>The <codeclass="literal">_cache</code> and <codeclass="literal">_cache_key</code> options in queries have been deprecated since version 2.0.0 and
615
+
have been ignored since then, issuing a deprecation warning. These options have now been completely
616
+
removed, so using them now will throw an error.</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_rest_changes.html">
0 commit comments