From 43e528f37eb18fd8bb9b94874cbcd4ae77fe70da Mon Sep 17 00:00:00 2001 From: Wonseop Kim Date: Wed, 28 Jun 2023 22:51:43 +0900 Subject: [PATCH] [DOC] Fixes a link in nori_part_of_speech token filter (#97158) * [DOCS] Fixes a link in nori_part_of_speech token filter * [DOCS] Fixes a typo in the link --------- Co-authored-by: Wonseop Kim --- docs/plugins/analysis-nori.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/analysis-nori.asciidoc b/docs/plugins/analysis-nori.asciidoc index a28c55553d697..1a3153fa3bea5 100644 --- a/docs/plugins/analysis-nori.asciidoc +++ b/docs/plugins/analysis-nori.asciidoc @@ -305,7 +305,7 @@ Which responds with: The `nori_part_of_speech` token filter removes tokens that match a set of part-of-speech tags. The list of supported tags and their meanings can be found here: -{lucene-core-javadoc}/../analyzers-nori/org/apache/lucene/analysis/ko/POS.Tag.html[Part of speech tags] +{lucene-core-javadoc}/../analysis/nori/org/apache/lucene/analysis/ko/POS.Tag.html[Part of speech tags] It accepts the following setting: