We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20bc9f commit 5fc4908Copy full SHA for 5fc4908
docs/reference/analysis/tokenizers/standard-tokenizer.asciidoc
@@ -13,6 +13,6 @@ type:
13
|=======================================================================
14
|Setting |Description
15
|`max_token_length` |The maximum token length. If a token is seen that
16
-exceeds this length then it is discarded. Defaults to `255`.
+exceeds this length then it is split at `max_token_length` intervals. Defaults to `255`.
17
18
0 commit comments