Skip to content

Commit 0e22aaa

Browse files
committed
Added missing "type" field mapping
1 parent 138fb6f commit 0e22aaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/sig_terms_nested.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ setup:
99
settings:
1010
number_of_shards: "1"
1111
mappings:
12+
dynamic: "strict"
1213
properties:
14+
type:
15+
type: keyword
1316
value:
1417
type: integer
1518
value_keyword:

0 commit comments

Comments
 (0)