[DOCS] Remove unneeded filter from common grams analyze ex (#48748)
This commit is contained in:
parent
aa02174d53
commit
3d5b1725a9
|
@ -30,7 +30,7 @@ GET /_analyze
|
|||
{
|
||||
"tokenizer" : "whitespace",
|
||||
"filter" : [
|
||||
"common_grams", {
|
||||
{
|
||||
"type": "common_grams",
|
||||
"common_words": ["is", "the"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue