pelias / model

Pelias data models
6 stars 17 forks source link

allow arbitrary data to be stored alongside the rest of the document #112

Closed missinglink closed 5 years ago

missinglink commented 5 years ago

This PR addresses the issue mentioned in pelias/pelias#747, also known as 'custom data'.

This change would allow the operators of a Pelias instance to store arbitrary data alongside any document.

The addendum entries are 'namespaced' and encoded as strings before being saved to elasticsearch.

paired with: