File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
docs/reference/analysis/tokenfilters Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 66
77Marks 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`
1213attribute of `true`.
1314
@@ -155,7 +156,7 @@ but `jumping` is not stemmed.
155156To see the `keyword` attribute for these tokens, add the following arguments to
156157the 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]
You can’t perform that action at this time.
0 commit comments