Skip to content

Commit 4e0fdf0

Browse files
immonChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Fix the numbering in the annotated_text example (#47077)
1 parent da3b6c8 commit 4e0fdf0

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
@@ -115,12 +115,12 @@ in this example where a search for `Beck` will not match `Jeff Beck` :
115115
# Example documents
116116
PUT my_index/_doc/1
117117
{
118-
"my_field": "[Beck](Beck) announced a new tour"<2>
118+
"my_field": "[Beck](Beck) announced a new tour"<1>
119119
}
120120
121121
PUT my_index/_doc/2
122122
{
123-
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<1>
123+
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<2>
124124
}
125125
126126
# Example search

0 commit comments

Comments
 (0)