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 132
132
"numeric_detection" : False ,
133
133
"dynamic_templates" : ES_MAPPINGS_DYNAMIC_TEMPLATES ,
134
134
"properties" : {
135
+ "id" : {"type" : "keyword" },
135
136
"extent.spatial.bbox" : {"type" : "long" },
136
137
"extent.temporal.interval" : {"type" : "date" },
137
138
"providers" : {"type" : "object" , "enabled" : False },
Original file line number Diff line number Diff line change 134
134
"numeric_detection" : False ,
135
135
"dynamic_templates" : ES_MAPPINGS_DYNAMIC_TEMPLATES ,
136
136
"properties" : {
137
+ "id" : {"type" : "keyword" },
137
138
"extent.spatial.bbox" : {"type" : "long" },
138
139
"extent.temporal.interval" : {"type" : "date" },
139
140
"providers" : {"type" : "object" , "enabled" : False },
You can’t perform that action at this time.
0 commit comments