File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -300,11 +300,11 @@ $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --scroll
300
300
301
301
# Skip reindexing errors such as mapper parsing exceptions.
302
302
303
- $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors
303
+ $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors
304
304
305
305
# Hide all reindexing errors and show the progres bar only.
306
306
307
- $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --hide-errors
307
+ $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --skip-errors -- hide-errors
308
308
```
309
309
310
310
5 ) Remove ` my_index_alias ` alias from ` my_index ` and add it to ` my_new_index ` in configuration file and update with command:
You can’t perform that action at this time.
0 commit comments