Skip to content

Commit acc4202

Browse files
committed
chore(projects): update pelias.json settings in order to produce ES indices compatible with versions 6+7
1 parent 4b471a8 commit acc4202

File tree

13 files changed

+40
-1
lines changed

13 files changed

+40
-1
lines changed

Diff for: projects/australia/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/belgium/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/brazil/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/france/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/jamaica/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/los-angeles-metro/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/netherlands/pelias.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {
@@ -63,4 +66,4 @@
6366
"importPlace": [ "85633337" ]
6467
}
6568
}
66-
}
69+
}

Diff for: projects/north-america/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
{ "host": "elasticsearch" }
99
]
1010
},
11+
"schema": {
12+
"typeName": "_doc"
13+
},
1114
"elasticsearch": {
1215
"settings": {
1316
"index": {

Diff for: projects/planet/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/portland-metro/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/san-jose-metro/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/singapore/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

Diff for: projects/south-africa/pelias.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
{ "host": "elasticsearch" }
1010
]
1111
},
12+
"schema": {
13+
"typeName": "_doc"
14+
},
1215
"elasticsearch": {
1316
"settings": {
1417
"index": {

0 commit comments

Comments
 (0)