Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/plugins/mapper-annotated-text.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,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