From e36c79d52f284593fae49d4cbcd03ca24dbce460 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 30 May 2019 22:39:06 -0700 Subject: [PATCH] Clarify scroll API [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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