Commit 61a6f67badebaf92b10fd7771957b8950e714da8

Authored by Andrew Kane
1 parent d0716a0f

Updated changelog [skip ci]

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 2.0.3 [unreleased]
  2 +
  3 +- Added `async` option to `reindex` [experimental]
  4 +
1 5 ## 2.0.2
2 6  
3 7 - Added `retain` option to `reindex`
... ...
README.md
... ... @@ -1158,7 +1158,7 @@ Business.search "ice cream", routing: params[:city_id]
1158 1158  
1159 1159 ## Large Data Sets
1160 1160  
1161   -### Background Reindexing [experimental, ActiveRecord only]
  1161 +### Background Reindexing [master, experimental, ActiveRecord only]
1162 1162  
1163 1163 For large data sets, you can use background jobs to parallelize reindexing.
1164 1164  
... ...