Docs: Updated standard token filter docs to indicate true behavior: doing nothing
Closes #9300
This commit is contained in:
parent
5c57db4aae
commit
395960feef
|
@ -5,3 +5,11 @@ A token filter of type `standard` that normalizes tokens extracted with
|
|||
the
|
||||
<<analysis-standard-tokenizer,Standard
|
||||
Tokenizer>>.
|
||||
|
||||
[TIP]
|
||||
==================================================
|
||||
|
||||
The `standard` token filter currently does nothing. It remains as a placeholder
|
||||
in case some filtering function needs to be added in a future version.
|
||||
|
||||
==================================================
|
||||
|
|
Loading…
Reference in New Issue