Skip to content

Commit

Permalink
Merge branch 'main' into 199-opensearch-ssl_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 authored Feb 23, 2024
2 parents 3d4ef5f + fb64209 commit e893be8
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 e893be8

Please sign in to comment.