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