File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
elasticsearch/stac_fastapi/elasticsearch
opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 132132 "numeric_detection" : False ,
133133 "dynamic_templates" : ES_MAPPINGS_DYNAMIC_TEMPLATES ,
134134 "properties" : {
135+ "id" : {"type" : "keyword" },
135136 "extent.spatial.bbox" : {"type" : "long" },
136137 "extent.temporal.interval" : {"type" : "date" },
137138 "providers" : {"type" : "object" , "enabled" : False },
Original file line number Diff line number Diff line change 134134 "numeric_detection" : False ,
135135 "dynamic_templates" : ES_MAPPINGS_DYNAMIC_TEMPLATES ,
136136 "properties" : {
137+ "id" : {"type" : "keyword" },
137138 "extent.spatial.bbox" : {"type" : "long" },
138139 "extent.temporal.interval" : {"type" : "date" },
139140 "providers" : {"type" : "object" , "enabled" : False },
You can’t perform that action at this time.
0 commit comments