Skip to content

Commit

Permalink
Set number of shards explicitly for all tracks
Browse files Browse the repository at this point in the history
With this commit we set the number of shards explicitly to the default
of five shards in order to keep results consistent.

Relates elastic/elasticsearch#30539
Relates #44
  • Loading branch information
danielmitterdorfer committed May 22, 2018
1 parent 0d802d3 commit a74aaa5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eventdata/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"doc": {
"dynamic": "strict",
Expand Down
3 changes: 3 additions & 0 deletions geonames/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"type": {
"dynamic": "strict",
Expand Down
3 changes: 3 additions & 0 deletions geopoint/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"type": {
"dynamic": "strict",
Expand Down
3 changes: 3 additions & 0 deletions http_logs/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"type": {
"dynamic": "strict",
Expand Down
3 changes: 3 additions & 0 deletions percolator/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"content": {
"_source": {
Expand Down
3 changes: 3 additions & 0 deletions pmc/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"articles": {
"_source": {
Expand Down
3 changes: 3 additions & 0 deletions so/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"settings": {
"index.number_of_shards": 5
},
"mappings": {
"doc": {
"dynamic": "strict",
Expand Down

0 comments on commit a74aaa5

Please sign in to comment.