We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e08c6 commit ba1ea92Copy full SHA for ba1ea92
stac_fastapi/core/stac_fastapi/core/database_logic.py
@@ -96,7 +96,7 @@ class Geometry(Protocol): # noqa
96
},
97
# Default all other strings not otherwise specified to keyword
98
{"strings": {"match_mapping_type": "string", "mapping": {"type": "keyword"}}},
99
- {"numerics": {"match_mapping_type": "long", "mapping": {"type": "float"}}},
+ {"numerics": {"match_mapping_type": "long", "mapping": {"type": "double"}}},
100
]
101
102
ES_ITEMS_MAPPINGS = {
0 commit comments