Skip to content

Commit 7dc72d8

Browse files
committed
[DOCS] Fix Standard Token Filter deprecated macro for Asciidoctor (#42406)
1 parent f501ecb commit 7dc72d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/analysis/tokenfilters/standard-tokenfilter.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[[analysis-standard-tokenfilter]]
22
=== Standard Token Filter
33

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[]
48
deprecated[6.5.0, This filter is deprecated and will be removed in the next
59
major version.]
10+
endif::[]
611

712
A token filter of type `standard` that normalizes tokens extracted with
813
the <<analysis-standard-tokenizer,Standard Tokenizer>>.

0 commit comments

Comments
 (0)