Skip to content

Commit

Permalink
Update number of shards and replicas in ES index settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessjenkins committed Sep 17, 2021
1 parent f578eca commit 84a5b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/search-index-settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"settings": {
"index": {
"number_of_shards": 3,
"number_of_replicas": 0
"number_of_shards": 5,
"number_of_replicas": 1
},
"analysis": {
"analyzer": {
Expand Down

0 comments on commit 84a5b50

Please sign in to comment.