瀏覽代碼

[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 <refarde@gmail.com>
Wonseop Kim 2 年之前
父節點
當前提交
9465e68dbe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/plugins/analysis-nori.asciidoc

+ 1 - 1
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
 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:
 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:
 It accepts the following setting: