Commit f39ece0f71d4b502663c390d46717dcd500ce68d
1 parent
aa370c38
Exists in
master
and in
17 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -1479,7 +1479,7 @@ indices_boost: {Category => 2, Product => 1} | @@ -1479,7 +1479,7 @@ indices_boost: {Category => 2, Product => 1} | ||
1479 | 1479 | ||
1480 | ## Scroll API [master] | 1480 | ## Scroll API [master] |
1481 | 1481 | ||
1482 | -To retrieve a large number of results, use the [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html). | 1482 | +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). |
1483 | 1483 | ||
1484 | ```ruby | 1484 | ```ruby |
1485 | products = Product.search "*", scroll: "1m" | 1485 | products = Product.search "*", scroll: "1m" |