Skip to content

Commit

Permalink
feat: mapping add home_department & switch department from number to …
Browse files Browse the repository at this point in the history
…keyword_
  • Loading branch information
ClementNumericite committed Jan 19, 2024
1 parent dd9100f commit 6438378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default-indexes/cm2d_certificate.mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"coordinates": { "type": "keyword" },
"date": { "type": "date", "format": "iso8601" },
"death_location": { "type": "keyword" },
"department": { "type": "long" },
"department": { "type": "keyword" },
"home_department": { "type": "keyword" },
"home_location": { "type": "keyword" },
"kind": { "type": "keyword" },
"sex": { "type": "keyword" }
Expand Down

0 comments on commit 6438378

Please sign in to comment.