Skip to content

Commit ea2be7c

Browse files
authored
Update readme.md
1 parent c90cb18 commit ea2be7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,11 @@ $ php artisan es:indices:reindex my_index my_new_index --bulk-size=2000 --scroll
300300

301301
# Skip reindexing errors such as mapper parsing exceptions.
302302

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
304304

305305
# Hide all reindexing errors and show the progres bar only.
306306

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
308308
```
309309

310310
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

Comments
 (0)