Open Geosynopsis opened 9 years ago
According to my best knowledge:
{
"type": "hstore_tags",
"name": "tags",
"key": null
}
@ImreSamu I guess the question in this issue is more focused on providing fallback keys, instead of storing them all. For example:
{
"type": "string",
"name": "name",
"key": ["name:en", "name"]
}
This field should prefer english names to local names. Is it possible?
@zakjan
This field should prefer english names to local names. Is it possible?
to the best of my knowledge:
In the mapping file example, each column have one key. Only on the mapping there are options to include for more than one key. Is there any way to include more than one key for one column for example like; ..... }, { "type": "string", "name": "startdate", "key": [ "start_date", "start" ] }, {......