Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 9cd5a84

Browse files
authored
Fix default value for indexer on docs
1 parent f281e6e commit 9cd5a84

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
@@ -77,7 +77,7 @@ Option | Description
7777
--- | ---
7878
client | A setting hash to build Elasticsearch client. More information you can find [here](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/_configuration.html#_building_the_client_from_a_configuration_hash). By default the host is set to `localhost:9200`.
7979
update_mapping | The option that specifies whether to update a mapping automatically or not. By default it is set to `true`.
80-
indexer | Set to `single` for the single document indexing and to `bulk` for the bulk document indexing. By default is set to `true`.
80+
indexer | Set to `single` for the single document indexing and to `bulk` for the bulk document indexing. By default is set to `single`.
8181

8282
Note, that if you use the bulk document indexing you'll probably want to change the chunk size, you can do that in the `config/scout.php` file.
8383

@@ -445,4 +445,4 @@ App\MyModel::search('Brazil')
445445
->buildPayload();
446446
```
447447

448-
Note, that this method returns a collection of payloads, because of possibility of using multiple search rules in one query.
448+
Note, that this method returns a collection of payloads, because of possibility of using multiple search rules in one query.

0 commit comments

Comments
 (0)