Skip to content

Commit d65c097

Browse files
[DOCS] Fix a typo in annotated text examples (#78683) (#78687)
Fixes `start` to `strat` for the second example. `strat` looks weird but it is a short name of the legendary `stratocaster` guitar. Co-authored-by: Dimitris Athanasiou <[email protected]>
1 parent efbe06c commit d65c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/mapper-annotated-text.asciidoc

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

0 commit comments

Comments
 (0)