Skip to content

Commit

Permalink
Remove typeName configuration option
Browse files Browse the repository at this point in the history
Now that we have merged pelias/config#122 and
associated PRs to add Elasticsearch 7 support to Pelias master branches,
we no longer need to override the `typeName` config option in project
`pelias.json` configration.

This reverts commit acc4202.

Connects pelias/pelias#831
  • Loading branch information
orangejulius committed Jan 8, 2020
1 parent e727db9 commit 9251d62
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions projects/australia/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/belgium/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/brazil/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/france/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/jamaica/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/los-angeles-metro/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/netherlands/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/north-america/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/planet/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/portland-metro/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/san-jose-metro/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/singapore/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down
3 changes: 0 additions & 3 deletions projects/south-africa/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
{ "host": "elasticsearch" }
]
},
"schema": {
"typeName": "_doc"
},
"elasticsearch": {
"settings": {
"index": {
Expand Down

0 comments on commit 9251d62

Please sign in to comment.