platanus / elastic-rails

Elasticsearch integration for Ruby on Rails
MIT License
6 stars 5 forks source link

Add a way to set the numbers of shards on index creation #11

Open blackjid opened 5 years ago

blackjid commented 5 years ago
the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template