Skip to content

Commit

Permalink
collection id keyword mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfisher-geo committed Feb 23, 2024
1 parent 86885c0 commit 7c83d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"numeric_detection": False,
"dynamic_templates": ES_MAPPINGS_DYNAMIC_TEMPLATES,
"properties": {
"id": {"type": "keyword"},
"extent.spatial.bbox": {"type": "long"},
"extent.temporal.interval": {"type": "date"},
"providers": {"type": "object", "enabled": False},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"numeric_detection": False,
"dynamic_templates": ES_MAPPINGS_DYNAMIC_TEMPLATES,
"properties": {
"id": {"type": "keyword"},
"extent.spatial.bbox": {"type": "long"},
"extent.temporal.interval": {"type": "date"},
"providers": {"type": "object", "enabled": False},
Expand Down

0 comments on commit 7c83d5c

Please sign in to comment.