Skip to content

Commit 807bcf2

Browse files
author
Phil Varner
committed
remove string match type on proj_centroid and proj_geometry
1 parent e29b500 commit 807bcf2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/transactions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,12 @@ class TransactionsClient(BaseTransactionsClient):
5858
},
5959
{
6060
"proj_centroid": {
61-
"match_mapping_type": "string",
6261
"match": "proj:centroid",
6362
"mapping": {"type": "geo_point"},
6463
}
6564
},
6665
{
6766
"proj_geometry": {
68-
"match_mapping_type": "string",
6967
"match": "proj:geometry",
7068
"mapping": {"type": "geo_shape"},
7169
}

0 commit comments

Comments
 (0)