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

Commit daa6e44

Browse files
authored
Merge pull request #22 from iget-master/patch-2
Fix default value for indexer on docs
2 parents 253548f + 9cd5a84 commit daa6e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)