Whitespace analyzer removing stopwords

Hi !
Im using completion with this settings;

      "suggest": {
        "type": "completion",
        "analyzer": "whitespace",
        "preserve_separators": true,
        "preserve_position_increments": true,
        "max_input_length": 50
      }

Now I see that I can't find words with extension 'The' . Why is it like that?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.