mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
[Docs] Fix the numbering in the annotated_text example (#47077)
This commit is contained in:
parent
6f453aa6b2
commit
b234d2cbd7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user