lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-7.12.0 vs lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-7.13.0.pre
- 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.12/clear-scroll-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/clear-scroll-api.html
#
def clear_scroll(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone