Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/5.x/indexer.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To do a full (re)index run this command from your terminal:
php artisan rapidez:index
```

::: warning
The default chunk size for indexing is 500 products. If you have a lot of attributes and/or children on your products, you may run into out-of-memory issues during indexing. You can change the chunk size in the scout configuration file `config/scout.php`. It is **not** recommended to set this to very low number---if you're having memory issues, a chunk size of 100 should usually suffice.
:::

This will reindex everything for all stores. With the `--store` and `--types` options you can be more specific, see: `php artisan rapidez:index --help`. Alternatively there is also:

```bash
Expand Down