From abdb8f3f32996d3a79f8444e0992031da75140a9 Mon Sep 17 00:00:00 2001 From: Wonseop Kim Date: Wed, 28 Jun 2023 15:42:52 +0900 Subject: [PATCH 1/2] [DOCS] Fixes a link in nori_part_of_speech token filter --- 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..dad94e78c7b00 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}/../aanalysis/nori/org/apache/lucene/analysis/ko/POS.Tag.html[Part of speech tags] It accepts the following setting: From 8b1ab7c13713076a13c6559d5068e3de33afe0ec Mon Sep 17 00:00:00 2001 From: Wonseop Kim Date: Wed, 28 Jun 2023 21:18:12 +0900 Subject: [PATCH 2/2] [DOCS] Fixes a typo in the link --- 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 dad94e78c7b00..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}/../aanalysis/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: