Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 70145 invoked from network); 9 Dec 2009 12:09:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 12:09:45 -0000 Received: (qmail 47212 invoked by uid 500); 9 Dec 2009 12:09:42 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 47103 invoked by uid 500); 9 Dec 2009 12:09:42 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 46896 invoked by uid 99); 9 Dec 2009 12:09:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 12:09:41 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 12:09:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BECE6234C04C for ; Wed, 9 Dec 2009 04:09:19 -0800 (PST) Message-ID: <878464381.1260360559779.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 12:09:19 +0000 (UTC) From: "Robert Muir (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2124) move JDK collation to core, ICU collation to ICU contrib In-Reply-To: <1044375199.1260144798172.JavaMail.jira@brutus> 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-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788054#action_12788054 ] Robert Muir commented on LUCENE-2124: ------------------------------------- Committed revision 888780. I will keep this open until i regen the website and commit the changes. > move JDK collation to core, ICU collation to ICU contrib > -------------------------------------------------------- > > Key: LUCENE-2124 > URL: https://issues.apache.org/jira/browse/LUCENE-2124 > Project: Lucene - Java > Issue Type: Task > Components: contrib/*, Search > Reporter: Robert Muir > Assignee: Robert Muir > Priority: Minor > Fix For: 3.1 > > Attachments: LUCENE-2124.patch, LUCENE-2124.patch > > > As mentioned on the list, I propose we move the JDK-based CollationKeyFilter/CollationKeyAnalyzer, currently located in contrib/collation into core for collation support (language-sensitive sorting) > These are not much code (the heavy duty stuff is already in core, IndexableBinaryString). > And I would also like to move the ICUCollationKeyFilter/ICUCollationKeyAnalyzer (along with the jar file they depend on) also currently located in contrib/collation into a contrib/icu. > This way, we can start looking at integrating other functionality from ICU into a fully-fleshed out icu contrib. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org