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.
deprecated
1 parent f501ecb commit 7dc72d8Copy full SHA for 7dc72d8
docs/reference/analysis/tokenfilters/standard-tokenfilter.asciidoc
@@ -1,8 +1,13 @@
1
[[analysis-standard-tokenfilter]]
2
=== Standard Token Filter
3
4
+ifdef::asciidoctor[]
5
+deprecated:[6.5.0, "This filter is deprecated and will be removed in the next major version."]
6
+endif::[]
7
+ifndef::asciidoctor[]
8
deprecated[6.5.0, This filter is deprecated and will be removed in the next
9
major version.]
10
11
12
A token filter of type `standard` that normalizes tokens extracted with
13
the <<analysis-standard-tokenizer,Standard Tokenizer>>.
0 commit comments