You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2022/04/05 11:20:43 UTC

[lucene] branch main updated (ea52a84c7e4 -> bb4a0dc19ba)

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from ea52a84c7e4 Replace TopFieldCollector usages in tests with collector manager (#761)
     add bb4a0dc19ba LUCENE-10497: Add a base Token class to analysis-common (for kuromoji and nori) (#783)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/lucene/analysis/morph}/Token.java   |  47 ++++------
 .../lucene/analysis/ja/JapaneseTokenizer.java      |  58 +++++++-----
 .../java/org/apache/lucene/analysis/ja/Token.java  | 100 +++++----------------
 .../java/org/apache/lucene/analysis/ko/Token.java  |  65 +-------------
 4 files changed, 79 insertions(+), 191 deletions(-)
 copy lucene/analysis/{nori/src/java/org/apache/lucene/analysis/ko => common/src/java/org/apache/lucene/analysis/morph}/Token.java (68%)