From aa2c0040d5937afe0feb99d3f82e41e57c65115f Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 28 Jun 2016 18:35:44 -0700 Subject: [PATCH] add indexSettings option to the docs --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 135dce5..807da49 100644 --- a/readme.md +++ b/readme.md @@ -34,6 +34,7 @@ Option | Default | Description interval | `week` | Valid choices are `year`, `month`, `week`, `day`, `hour`, and even `minute`. | `week` timeout | `10000` | The default job timeout, in `ms`. If workers take longer than this, the job is re-queued for another worker to complete it. doctype | `esqueue` | The doctype to use in Elasticsearch +indexSettings | | Specify which `settings` to pass on index creation. See the [Elasticsearch index creation docs](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/indices-create-index.html) for more info. client | | Options to use when creating a new client instance - see [the elasticsearch-js docs](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html). If you rather use your own client instance, just pass it in here instead.