Skip to content

Commit 2728c43

Browse files
committed
Updates after discussion
* Update include_in_parent and doc_values properties after discussion on the merits of several approaches
1 parent 3ccb941 commit 2728c43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/opensearch_mappings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,11 @@
257257
},
258258
"locations": {
259259
"type": "nested",
260+
"include_in_parent": "true",
260261
"properties": {
261262
"geoshape": {
262-
"type": "geo_shape"
263+
"type": "geo_shape",
264+
"doc_values": "false"
263265
},
264266
"kind": {
265267
"type": "keyword",

0 commit comments

Comments
 (0)