Skip to content

Commit

Permalink
Merge pull request #198 from stac-utils/collection-mappings
Browse files Browse the repository at this point in the history
Collection id keyword mapping
  • Loading branch information
jonhealy1 authored Feb 23, 2024
2 parents 86885c0 + 7c83d5c commit fb64209
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 fb64209

Please sign in to comment.