Browse Source

[DOCS] Fix a typo in annotated text examples (#78683)

Fixes `start` to `strat` for the second example.
`strat` looks weird but it is a short name of the
legendary `stratocaster` guitar.
Dimitris Athanasiou 4 years ago
parent
commit
af0f442018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/plugins/mapper-annotated-text.asciidoc

+ 1 - 1
docs/plugins/mapper-annotated-text.asciidoc

@@ -137,7 +137,7 @@ GET my-index-000001/_search
 inject the single token value `Beck` at the same position as `beck` in the token stream.
 <2> Note annotations can inject multiple tokens at the same position - here we inject both
 the very specific value `Jeff Beck` and the broader term `Guitarist`. This enables
-broader positional queries e.g. finding mentions of a `Guitarist` near to `start`.
+broader positional queries e.g. finding mentions of a `Guitarist` near to `strat`.
 <3> A benefit of searching with these carefully defined annotation tokens is that a query for 
 `Beck` will not match document 2 that contains the tokens `jeff`, `beck` and `Jeff Beck`