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
In prior versions the source field names were relative to the inner hit.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_scroll"></a>Scroll<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>The <codeclass="literal">from</code> parameter can no longer be used in the search request body when initiating a scroll.
733
733
The parameter was already ignored in these situations, now in addition an error is thrown.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_limit_on_from_size_in_top_hits_and_inner_hits"></a>Limit on from/size in top hits and inner hits<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>The maximum number of results (<codeclass="literal">from</code> + <codeclass="literal">size</code>) that is allowed to be retrieved
734
734
via inner hits and top hits has been limited to 100. The limit can be controlled
735
-
via the <codeclass="literal">index.max_inner_result_window</code> index setting.</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_scripting_changes.html">
735
+
via the <codeclass="literal">index.max_inner_result_window</code> index setting.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_scroll_queries_that_use_the_request_cache_are_deprecated"></a>Scroll queries that use the request_cache are deprecated<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>Setting <codeclass="literal">request_cache:true</code> on a query that creates a scroll ('scroll=1m`)
736
+
is deprecated and the request will not use the cache internally.
737
+
In future versions we will return a <codeclass="literal">400 - Bad request</code> instead of just ignoring
738
+
the hint.
739
+
Scroll queries are not meant to be cached.</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_scripting_changes.html">
In prior versions the source field names were relative to the inner hit.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_scroll"></a>Scroll<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>The <codeclass="literal">from</code> parameter can no longer be used in the search request body when initiating a scroll.
733
733
The parameter was already ignored in these situations, now in addition an error is thrown.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_limit_on_from_size_in_top_hits_and_inner_hits"></a>Limit on from/size in top hits and inner hits<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>The maximum number of results (<codeclass="literal">from</code> + <codeclass="literal">size</code>) that is allowed to be retrieved
734
734
via inner hits and top hits has been limited to 100. The limit can be controlled
735
-
via the <codeclass="literal">index.max_inner_result_window</code> index setting.</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_scripting_changes.html">
735
+
via the <codeclass="literal">index.max_inner_result_window</code> index setting.</p></div><divclass="section"><divclass="titlepage"><div><div><h3class="title"><aid="_scroll_queries_that_use_the_request_cache_are_deprecated"></a>Scroll queries that use the request_cache are deprecated<ahref="https://github.com/elastic/elasticsearch/edit/6.0/docs/reference/migration/migrate_6_0/search.asciidoc" class="edit_me" title="Edit this page on GitHub" rel="nofollow">edit</a></h3></div></div></div><p>Setting <codeclass="literal">request_cache:true</code> on a query that creates a scroll ('scroll=1m`)
736
+
is deprecated and the request will not use the cache internally.
737
+
In future versions we will return a <codeclass="literal">400 - Bad request</code> instead of just ignoring
738
+
the hint.
739
+
Scroll queries are not meant to be cached.</p></div></div><divclass="navfooter"><spanclass="prev"><ahref="breaking_60_scripting_changes.html">
0 commit comments