From f39ece0f71d4b502663c390d46717dcd500ce68d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 30 May 2019 15:58:28 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d05cae..05c3cd1 100644 --- a/README.md +++ b/README.md @@ -1479,7 +1479,7 @@ indices_boost: {Category => 2, Product => 1} ## Scroll API [master] -To retrieve a large number of results, use the [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html). +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). ```ruby products = Product.search "*", scroll: "1m" -- libgit2 0.21.0