Skip to content

Commit b234d2c

Browse files
immonChristoph Büscher
authored andcommitted
[Docs] Fix the numbering in the annotated_text example (#47077)
1 parent 6f453aa commit b234d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/mapper-annotated-text.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ in this example where a search for `Beck` will not match `Jeff Beck` :
114114
# Example documents
115115
PUT my_index/_doc/1
116116
{
117-
"my_field": "[Beck](Beck) announced a new tour"<2>
117+
"my_field": "[Beck](Beck) announced a new tour"<1>
118118
}
119119
120120
PUT my_index/_doc/2
121121
{
122-
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<1>
122+
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<2>
123123
}
124124
125125
# Example search

0 commit comments

Comments
 (0)