Skip to content

Commit eb3f8b0

Browse files
committed
[DOCS] Remove unneeded filter from common grams analyze ex (#48748)
1 parent 354e1db commit eb3f8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GET /_analyze
3030
{
3131
"tokenizer" : "whitespace",
3232
"filter" : [
33-
"common_grams", {
33+
{
3434
"type": "common_grams",
3535
"common_words": ["is", "the"]
3636
}

0 commit comments

Comments
 (0)