Skip to content

Commit 74f25d0

Browse files
johtanijtibshirani
andcommitted
[DOCS] Use CJKWidthCharFilter in JapaneseAnalyzer (#89364)
After Lucene 9.0, JapaneseAnalyzer uses CJKWidthCharFilter instead of CJKWidthFilter. See details https://issues.apache.org/jira/browse/LUCENE-9853 Co-authored-by: Julie Tibshirani <[email protected]>
1 parent 4d73957 commit 74f25d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/analysis-kuromoji.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ include::install_remove.asciidoc[]
1010
[[analysis-kuromoji-analyzer]]
1111
==== `kuromoji` analyzer
1212

13-
The `kuromoji` analyzer consists of the following tokenizer and token filters:
13+
The `kuromoji` analyzer uses the following analysis chain:
1414

15+
* `CJKWidthCharFilter` from Lucene
1516
* <<analysis-kuromoji-tokenizer,`kuromoji_tokenizer`>>
1617
* <<analysis-kuromoji-baseform,`kuromoji_baseform`>> token filter
1718
* <<analysis-kuromoji-speech,`kuromoji_part_of_speech`>> token filter
18-
* {ref}/analysis-cjk-width-tokenfilter.html[`cjk_width`] token filter
1919
* <<analysis-kuromoji-stop,`ja_stop`>> token filter
2020
* <<analysis-kuromoji-stemmer,`kuromoji_stemmer`>> token filter
2121
* {ref}/analysis-lowercase-tokenfilter.html[`lowercase`] token filter

0 commit comments

Comments
 (0)