lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-7.16.3 vs lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-7.17.0
- old
+ new
@@ -27,10 +27,10 @@
# *Deprecation notice*:
# A scroll id can be quite large and should be specified as part of the body
# Deprecated since version 7.0.0
#
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/clear-scroll-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.17/clear-scroll-api.html
#
def clear_scroll(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone