Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 33549 invoked from network); 15 Dec 2009 14:17:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Dec 2009 14:17:42 -0000 Received: (qmail 2194 invoked by uid 500); 15 Dec 2009 14:17:41 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 2100 invoked by uid 500); 15 Dec 2009 14:17:40 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 2087 invoked by uid 99); 15 Dec 2009 14:17:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 14:17:40 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 14:17:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F0CA29A0017 for ; Tue, 15 Dec 2009 06:17:18 -0800 (PST) Message-ID: <1466302076.1260886638191.JavaMail.jira@brutus> Date: Tue, 15 Dec 2009 14:17:18 +0000 (UTC) From: "Koji Sekiguchi (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Resolved: (SOLR-1653) add PatternReplaceCharFilter In-Reply-To: <1528043392.1260723198152.JavaMail.jira@brutus> 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/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1653. ---------------------------------- Resolution: Fixed Committed revision 890798. Thanks Shalin and Noble for taking time to review the patch. > add PatternReplaceCharFilter > ---------------------------- > > Key: SOLR-1653 > URL: https://issues.apache.org/jira/browse/SOLR-1653 > Project: Solr > Issue Type: New Feature > Components: Schema and Analysis > Affects Versions: 1.4 > Reporter: Koji Sekiguchi > Assignee: Koji Sekiguchi > Priority: Minor > Fix For: 1.5 > > Attachments: SOLR-1653.patch, SOLR-1653.patch > > > Add a new CharFilter that uses a regular expression for the target of replace string in char stream. > Usage: > {code:title=schema.xml} > > > groupedPattern="([nN][oO]\.)\s*(\d+)" > replaceGroups="1,2" blockDelimiters=":;"/> > > > > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.