Skip to content

Commit ed1edb4

Browse files
committed
[DOCS] Add missing word to keyword marker token filter docs
1 parent e58ad9f commit ed1edb4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
Marks specified tokens as keywords, which are not stemmed.
88

9-
The `keyword_marker` assigns specified tokens a `keyword` attribute of `true`.
10-
Stemmer token filters, such as <<analysis-stemmer-tokenfilter,`stemmer`>> or
9+
The `keyword_marker` filter assigns specified tokens a `keyword` attribute of
10+
`true`. Stemmer token filters, such as
11+
<<analysis-stemmer-tokenfilter,`stemmer`>> or
1112
<<analysis-porterstem-tokenfilter,`porter_stem`>>, skip tokens with a `keyword`
1213
attribute of `true`.
1314

@@ -155,7 +156,7 @@ but `jumping` is not stemmed.
155156
To see the `keyword` attribute for these tokens, add the following arguments to
156157
the analyze API request:
157158

158-
* `explain`: `true`
159+
* `explain`: `true`
159160
* `attributes`: `keyword`
160161

161162
[source,console]
@@ -176,7 +177,7 @@ GET /_analyze
176177
}
177178
----
178179

179-
The API returns the following response. Note the `jumping` token has a
180+
The API returns the following response. Note the `jumping` token has a
180181
`keyword` attribute of `true`.
181182

182183
[source,console-result]

0 commit comments

Comments
 (0)