Skip to content

Commit 39e20e1

Browse files
committed
fixed typo in rest test
1 parent 36559f1 commit 39e20e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mapping/20_synthetic_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ synthetic_source text with ignored multi-field:
100100
fields:
101101
raw:
102102
type: keyword
103-
ignored: 5
103+
ignore_above: 5
104104

105105
- do:
106106
index:
@@ -142,7 +142,7 @@ synthetic_source text with ignored multi-field and multiple values in the same d
142142
fields:
143143
raw:
144144
type: keyword
145-
ignored: 20
145+
ignore_above: 20
146146

147147
- do:
148148
index:

0 commit comments

Comments
 (0)