We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90cb18 commit ea2be7cCopy full SHA for ea2be7c
readme.md
@@ -300,11 +300,11 @@ $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --scroll
300
301
# Skip reindexing errors such as mapper parsing exceptions.
302
303
-$ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors
+$ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors
304
305
# Hide all reindexing errors and show the progres bar only.
306
307
-$ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --hide-errors
+$ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors --hide-errors
308
```
309
310
5) Remove `my_index_alias` alias from `my_index` and add it to `my_new_index` in configuration file and update with command:
0 commit comments