You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Option | Description
77
77
--- | ---
78
78
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`.
79
79
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`.
81
81
82
82
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.
83
83
@@ -445,4 +445,4 @@ App\MyModel::search('Brazil')
445
445
->buildPayload();
446
446
```
447
447
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