diff --git a/README.md b/README.md index 542522d..896fe9c 100644 --- a/README.md +++ b/README.md @@ -1479,7 +1479,7 @@ indices_boost: {Category => 2, Product => 1} ## Scroll API -To retrieve a very large number of results, use the [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html). +Searchkick also supports the [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html). Scrolling is not intended for real time user requests, but rather for processing large amounts of data. ```ruby products = Product.search "*", scroll: "1m" -- libgit2 0.21.0