-
Notifications
You must be signed in to change notification settings - Fork 384
Useful Commands
Edho Arief edited this page Dec 12, 2023
·
10 revisions
tinker> NewsPost::syncAll()
tinker> app('groups')->resetCache()
php artisan es:index-documents --types=beatmapsets --inplace
php artisan es:index-documents --inplace
php artisan es:index-wiki --inplace
Remove --inplace
parameter to create new index instead.
Available --types
:
artist_tracks
beatmapsets
posts
users
Multiple types can be specified separated by comma.
Add --cleanup
parameter to remove the previous index when creating a new index instead of inplace.