Skip to content

Commit

Permalink
Merge pull request #306 from MITLibraries/gdt-116-update-location-field
Browse files Browse the repository at this point in the history
Update geopoint to geoshape
  • Loading branch information
ehanson8 authored Jan 18, 2024
2 parents 4a49d30 + 2728c43 commit 9e2c66f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/opensearch_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@
"type": "nested",
"include_in_parent": "true",
"properties": {
"geopoint": {
"type": "geo_point"
"geoshape": {
"type": "geo_shape",
"doc_values": "false"
},
"kind": {
"type": "keyword",
Expand Down Expand Up @@ -400,4 +401,4 @@
}
}
}
}
}

0 comments on commit 9e2c66f

Please sign in to comment.