Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 37883 invoked from network); 17 Apr 2010 14:50:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Apr 2010 14:50:49 -0000 Received: (qmail 2756 invoked by uid 500); 17 Apr 2010 14:50:49 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 2593 invoked by uid 500); 17 Apr 2010 14:50:48 -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 2586 invoked by uid 99); 17 Apr 2010 14:50:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 14:50:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Apr 2010 14:50:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3HEoOUv013429 for ; Sat, 17 Apr 2010 10:50:25 -0400 (EDT) Message-ID: <9296990.25861271515824890.JavaMail.jira@thor> Date: Sat, 17 Apr 2010 10:50:24 -0400 (EDT) From: "Robert Muir (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2399) Add support for ICU's Normalizer2 In-Reply-To: <15052164.21901271471545009.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2399: -------------------------------- Attachment: LUCENE-2399.patch I made the filter non-final, and only incrementToken final instead. This way we can implement things like LUCENE-1343, which want to do things like removing accents in a way that respects normalization (e.g. removes decomposed and composed forms). So we can just extend this, and pass along a statically loaded InputStream for the .nrm file to its ctor and be done with it. > Add support for ICU's Normalizer2 > --------------------------------- > > Key: LUCENE-2399 > URL: https://issues.apache.org/jira/browse/LUCENE-2399 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Affects Versions: 3.1 > Reporter: Robert Muir > Assignee: Robert Muir > Fix For: 3.1 > > Attachments: LUCENE-2399.patch, LUCENE-2399.patch, LUCENE-2399.patch, LUCENE-2399.patch > > > While there are separate Case Folding, Normalization, and Ignorable-removal filters in LUCENE-1488, > the new ICU Normalizer2 API does this all at once with nfkc_cf (based on the new NFKC_Casefold property in Unicode). > This is great, because it provides a ton of unicode functionality that is really needed. > And the new Normalizer2 API takes CharSequence and writes to Appendable... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org