mikemccand / stargazers-migration-test

Testing Lucene's Jira -> GitHub issues migration
0 stars 0 forks source link

Enable constructing JapaneseTokenizer from custom dictionary [LUCENE-8971] #968

Closed mikemccand closed 5 years ago

mikemccand commented 5 years ago

This is basically just finishing up what was started in LUCENE-8863. It adds a public constructor to JapaneseTokenizerthat lets you bring-your-own dictionary, plus exposing the necessary constructors for UnknownDictionary,TokenInfoDictionary, and ConnectionCosts.


Legacy Jira details

LUCENE-8971 by Michael Sokolov (@msokolov) on Sep 06 2019, resolved Sep 11 2019

mikemccand commented 5 years ago

Commit 770464ec2084d79542e3b701d2454c3a29f89ea0 in lucene-solr's branch refs/heads/master from Michael Sokolov https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=770464e

LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictionary

[Legacy Jira: ASF subversion and git services on Sep 11 2019]

mikemccand commented 5 years ago

Commit 32d6f3953cf1edcd4ab8dde19b4007ddb433fdc7 in lucene-solr's branch refs/heads/branch_8x from Michael Sokolov https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=32d6f39

LUCENE-8971: Enable constructing JapaneseTokenizer with custom dictionary

[Legacy Jira: ASF subversion and git services on Sep 11 2019]