We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3b6c8 commit 4e0fdf0Copy full SHA for 4e0fdf0
docs/plugins/mapper-annotated-text.asciidoc
@@ -115,12 +115,12 @@ in this example where a search for `Beck` will not match `Jeff Beck` :
115
# Example documents
116
PUT my_index/_doc/1
117
{
118
- "my_field": "[Beck](Beck) announced a new tour"<2>
+ "my_field": "[Beck](Beck) announced a new tour"<1>
119
}
120
121
PUT my_index/_doc/2
122
123
- "my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<1>
+ "my_field": "[Jeff Beck](Jeff+Beck&Guitarist) plays a strat"<2>
124
125
126
# Example search
0 commit comments