Skip to content

Commit e9e71e7

Browse files
authored
Update README.md
1 parent 226762c commit e9e71e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ In published config file add descriptions for models which need to be indexed, f
7272
],
7373

7474
// ...
75-
7675
],
7776

7877
```
78+
7979
### Indexing of dynamic fields
8080
You can also index values of **optional fields** (dynamic fields). For enable indexing for optional fields:
8181

@@ -215,6 +215,16 @@ This filters can be deleted or replaced with others.
215215

216216
```
217217

218+
### Enable queue
219+
220+
```php
221+
222+
'queue' => 'search', // Define queue that will be used for jobs of search index updating.
223+
224+
'chunk' => 50, // Chunk size for models, use in search index rebuilding.
225+
226+
```
227+
218228
## Usage
219229
### Artisan commands
220230
#### Initialize or rebuild search index

0 commit comments

Comments
 (0)