[DOCS] Remove unneeded filter from common grams analyze ex (#48748)

This commit is contained in:
James Rodewig 2019-10-31 09:07:27 -04:00
parent aa02174d53
commit 3d5b1725a9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ GET /_analyze
{
"tokenizer" : "whitespace",
"filter" : [
"common_grams", {
{
"type": "common_grams",
"common_words": ["is", "the"]
}