Skip to content

Commit a74aaa5

Browse files
Set number of shards explicitly for all tracks
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
1 parent 0d802d3 commit a74aaa5

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

eventdata/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"doc": {
47
"dynamic": "strict",

geonames/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"type": {
47
"dynamic": "strict",

geopoint/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"type": {
47
"dynamic": "strict",

http_logs/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"type": {
47
"dynamic": "strict",

percolator/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"content": {
47
"_source": {

pmc/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"articles": {
47
"_source": {

so/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"settings": {
3+
"index.number_of_shards": 5
4+
},
25
"mappings": {
36
"doc": {
47
"dynamic": "strict",

0 commit comments

Comments
 (0)