[Docs] Fix the numbering in the annotated_text example (#47077)

This commit is contained in:
Paweł Krześniak 2019-09-25 11:23:52 +02:00 committed by Christoph Büscher
parent 6f453aa6b2
commit b234d2cbd7

View File

@ -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