pelias / model

Pelias data models
6 stars 17 forks source link

Store GID in Elasticsearch _id field #121

Closed orangejulius closed 5 years ago

orangejulius commented 5 years ago

BREAKING CHANGE: The Pelias GID is now stored in Elasticsearch's _id field, in order to remove the potential for two different documents to conflict with the previous mapping.

pelias/api v3.79.0 (d5f4e411) is required to support this change.

This implements step 3 in https://github.com/pelias/pelias/issues/672#issuecomment-508837195

Connects https://github.com/pelias/pelias/issues/672 Connects https://github.com/pelias/pelias/issues/719

missinglink commented 5 years ago

pull the trigger :gun: