| 12345678910111213141516171819 | [[analysis-classic-tokenizer]]=== Classic TokenizerA tokenizer of type `classic` providing grammar based tokenizer that isa good tokenizer for English language documents. This tokenizer has heuristics for special treatment of acronyms, company names, email addresses,and internet host names. However, these rules don't always work, and the tokenizer doesn't work well for most languages other than English.The following are settings that can be set for a `classic` tokenizertype:[cols="<,<",options="header",]|=======================================================================|Setting |Description|`max_token_length` |The maximum token length. If a token is seen thatexceeds this length then it is discarded. Defaults to `255`.|=======================================================================
 |