Skip to content

Commit

Permalink
mappings: disable doc_values for geo_shape fields
Browse files Browse the repository at this point in the history
* Addresses #1807.
* Fixes that multiple values for ``metadata.locaations.features``.
  • Loading branch information
slint committed Oct 16, 2024
1 parent a605015 commit 1a1a8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@
"type": "geo_point"
},
"geometry": {
"type": "geo_shape"
"type": "geo_shape",
"doc_values": false
},
"place": {
"type": "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,8 @@
"type": "geo_point"
},
"geometry": {
"type": "geo_shape"
"type": "geo_shape",
"doc_values": false
},
"place": {
"type": "text"
Expand Down

0 comments on commit 1a1a8dc

Please sign in to comment.