You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2022/02/03 12:30:00 UTC

[jira] [Updated] (LUCENE-10400) Clean up the constructors' API signature of dictionary classes in kuromoji and nori

     [ https://issues.apache.org/jira/browse/LUCENE-10400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomoko Uchida updated LUCENE-10400:
-----------------------------------
    Description: 
It was suggested in a few issues/pr comments.
 * do not delegate to load class resources to other classes
 * do not allow to switch the location (classpath/file path) of the resource by constructor parameter

Before working on LUCENE-8816 or LUCENE-10393, we'd need to sort the protected constructor APIs.

  was:
It was suggested in a few issues/pr comments.
 * do not delegate to load class resources to other classes
 * do not allow to switch the location (classpath/file path) of the resource by constructor parameter

Before LUCENE-8815 or LUCENE-10393, we'd need to sort the protected constructor APIs.


> Clean up the constructors' API signature of dictionary classes in kuromoji and nori
> -----------------------------------------------------------------------------------
>
>                 Key: LUCENE-10400
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10400
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/analysis
>            Reporter: Tomoko Uchida
>            Priority: Major
>
> It was suggested in a few issues/pr comments.
>  * do not delegate to load class resources to other classes
>  * do not allow to switch the location (classpath/file path) of the resource by constructor parameter
> Before working on LUCENE-8816 or LUCENE-10393, we'd need to sort the protected constructor APIs.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org