Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11B259E69 for ; Mon, 26 Mar 2012 14:36:54 +0000 (UTC) Received: (qmail 3506 invoked by uid 500); 26 Mar 2012 14:36:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3435 invoked by uid 500); 26 Mar 2012 14:36:52 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 3428 invoked by uid 99); 26 Mar 2012 14:36:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 14:36:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 14:36:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 10B7E3474CB for ; Mon, 26 Mar 2012 14:36:29 +0000 (UTC) Date: Mon, 26 Mar 2012 14:36:29 +0000 (UTC) From: "Christian Moen (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <428901343.17538.1332772589083.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <493523336.12600.1332582145154.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3909) Move Kuromoji to analysis.ja and introduce Japanese* naming MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13238435#comment-13238435 ] Christian Moen commented on LUCENE-3909: ---------------------------------------- Committed revision 1305367 and 1305372 on {{branch_3x}}. I forgot to rename a few Solr test classes. Will follow up now in this JIRA. > Move Kuromoji to analysis.ja and introduce Japanese* naming > ----------------------------------------------------------- > > Key: LUCENE-3909 > URL: https://issues.apache.org/jira/browse/LUCENE-3909 > Project: Lucene - Java > Issue Type: Improvement > Components: modules/analysis > Affects Versions: 3.6, 4.0 > Reporter: Christian Moen > Assignee: Christian Moen > > Lucene/Solr 3.6 and 4.0 will get out-of-the-box Japanese language support through {{KuromojiAnalyzer}}, {{KuromojiTokenizer}} and various other filters. These filters currently live in {{org.apache.lucene.analysis.kuromoji}}. > I'm proposing that we move Kuromoji to a new Japanese package {{org.apache.lucene.analysis.ja}} in line with how other languages are organized. As part of this, I also think we should rename {{KuromojiAnalyzer}} to {{JapaneseAnalyzer}}, etc. to further align naming to our conventions by making it very clear that these analyzers are for Japanese. (As much as I like the name "Kuromoji", I think "Japanese" is more fitting.) > A potential issue I see with this that I'd like to raise and get feedback on, is that end-users in Japan and elsewhere who use lucene-gosen could have issues after an upgrade since lucene-gosen is in fact releasing its analyzers under the {{org.apache.lucene.analysis.ja}} namespace (and we'd have a name clash). > I believe users should have the freedom to choose whichever Japanese analyzer, filter, etc. they'd like to use, and I don't want to propose a name change that just creates unnecessary problems for users, but I think the naming proposed above is most fitting for a Lucene/Solr release. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org