Skip to content

Commit d96b443

Browse files
committed
Types removal fix
1 parent 4f43882 commit d96b443

File tree

1 file changed

+3
-6
lines changed
  • plugins/mapper-annotated-text/src/test/resources/rest-api-spec/test/mapper_annotatedtext

1 file changed

+3
-6
lines changed

plugins/mapper-annotated-text/src/test/resources/rest-api-spec/test/mapper_annotatedtext/10_basic.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,19 @@
5757
number_of_shards: "5"
5858
number_of_replicas: "0"
5959
mappings:
60-
doc:
61-
properties:
62-
my_field:
63-
type: annotated_text
60+
properties:
61+
my_field:
62+
type: annotated_text
6463

6564
- do:
6665
index:
6766
index: annotated
68-
type: doc
6967
id: 1
7068
body:
7169
"my_field" : "[A](~MARK0&~MARK0) [B](~MARK1)"
7270
- do:
7371
index:
7472
index: annotated
75-
type: doc
7673
id: 2
7774
body:
7875
"my_field" : "[A](~MARK0) [C](~MARK2)"

0 commit comments

Comments
 (0)