Docs: Pattern analyzer does not support a max_token_length parameter
Closes #20713
This commit is contained in:
parent
2e1539b879
commit
22f1acde94
|
@ -169,11 +169,6 @@ The `pattern` analyzer accepts the following parameters:
|
|||
|
||||
Should terms be lowercased or not. Defaults to `true`.
|
||||
|
||||
`max_token_length`::
|
||||
|
||||
The maximum token length. If a token is seen that exceeds this length then
|
||||
it is split at `max_token_length` intervals. Defaults to `255`.
|
||||
|
||||
`stopwords`::
|
||||
|
||||
A pre-defined stop words list like `_english_` or an array containing a
|
||||
|
|
Loading…
Reference in New Issue