From java-dev-return-41843-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Thu Oct 29 18:36:25 2009 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 68061 invoked from network); 29 Oct 2009 18:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Oct 2009 18:36:25 -0000 Received: (qmail 83801 invoked by uid 500); 29 Oct 2009 18:36:23 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 83729 invoked by uid 500); 29 Oct 2009 18:36:23 -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 83672 invoked by uid 99); 29 Oct 2009 18:36:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2009 18:36:23 +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; Thu, 29 Oct 2009 18:36:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D1EB6234C045 for ; Thu, 29 Oct 2009 11:35:59 -0700 (PDT) Message-ID: <1466676565.1256841359854.JavaMail.jira@brutus> Date: Thu, 29 Oct 2009 18:35:59 +0000 (UTC) From: =?utf-8?Q?C=C3=A9drik_LIME_=28JIRA=29?= To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-2015) ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin1AccentFilter In-Reply-To: <1166542840.1256835779760.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-2015?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] C=C3=A9drik LIME updated LUCENE-2015: -------------------------------- Attachment: ASCIIFoldingFilter-no_formatting.patch ISOLatin1AccentFilter.patch Here are the patches (UTF-8 encoding), 1 per filter. I have removed the formatting on the switch(c) in ASCIIFoldingFilter for ea= sier review. > ASCIIFoldingFilter: expose folding logic + small improvements to ISOLatin= 1AccentFilter > -------------------------------------------------------------------------= ------------- > > Key: LUCENE-2015 > URL: https://issues.apache.org/jira/browse/LUCENE-2015 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Reporter: C=C3=A9drik LIME > Priority: Minor > Attachments: ASCIIFoldingFilter-no_formatting.patch, Filters.patc= h, ISOLatin1AccentFilter.patch > > > This patch adds a couple of non-ascii chars to ISOLatin1AccentFilter (nam= ely: left & right single quotation marks, en dash, em dash) which we very f= requently encounter in our projects. I know that this class is now deprecat= ed; this improvement is for legacy code that hasn't migrated yet. > It also enables easy access to the ascii folding technique use in ASCIIFo= ldingFilter for potential re-use in non-Lucene-related code. --=20 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