Skip to content

Commit

Permalink
[Docs] Fix the numbering in the annotated_text example (#47077)
Browse files Browse the repository at this point in the history
  • Loading branch information
immon authored and Christoph Büscher committed Sep 25, 2019
1 parent b28fd92 commit 8a348bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins/mapper-annotated-text.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ in this example where a search for `Beck` will not match `Jeff Beck` :
# Example documents
PUT my_index/_doc/1
{
"my_field": "[Beck](Beck) announced a new tour"<2>
"my_field": "[Beck](Beck) announced a new tour"<1>
}
PUT my_index/_doc/2
{
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<1>
"my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<2>
}
# Example search
Expand Down

0 comments on commit 8a348bc

Please sign in to comment.