Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 31859 invoked from network); 15 Jan 2010 17:32:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 17:32:15 -0000 Received: (qmail 56404 invoked by uid 500); 15 Jan 2010 17:32:13 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 56355 invoked by uid 500); 15 Jan 2010 17:32:13 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 56345 invoked by uid 99); 15 Jan 2010 17:32:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 17:32:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [160.79.251.45] (HELO mail02.tveyes.com) (160.79.251.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 17:32:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 x-cr-puzzleid: {077A18D9-ED3F-48AE-B4F1-BA75C3E8D0BF} x-cr-hashedpuzzle: C9M= CFeb Cw2J C7xg EF0+ EpoT FFlf HeQn JGcs JJXc JRB8 JVLq KFrh KWxB LoJQ Ma7a;1;cwBvAGwAcgAtAHUAcwBlAHIAQABsAHUAYwBlAG4AZQAuAGEAcABhAGMAaABlAC4AbwByAGcA;Sosha1_v1;7;{077A18D9-ED3F-48AE-B4F1-BA75C3E8D0BF};ZABzAGUAbAB0AHoAZQByAEAAdAB2AGUAeQBlAHMALgBjAG8AbQA=;Fri, 15 Jan 2010 17:31:41 GMT;UwB0AHIAaQBwAHAAaQBuAGcAIABQAHUAbgBjAHQAdQBhAHQAaQBvAG4AIABpAG4AIABhACAAZgBpAGUAbABkAFQAeQBwAGUA Content-class: urn:content-classes:message Subject: Stripping Punctuation in a fieldType Date: Fri, 15 Jan 2010 12:31:41 -0500 Message-ID: <3CA90CC651AE3F4BAEDF8A5B78639C8C038A13DC@mail02.tveyes.com> In-Reply-To: <27179780.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Stripping Punctuation in a fieldType thread-index: AcqWAUzej5N0hTgdRwGTcgEAJgkpwwABp8Sw References: <27178423.post@talk.nabble.com> <27179780.post@talk.nabble.com> From: "David Seltzer" To: X-Virus-Checked: Checked by ClamAV on apache.org Hello All, I'm trying to find the best way to set up a fieldType that strips punctuation. I think the right way to do this is using a CharacterFilter of some type, but I can't seem to find any examples of how to set this up in a schema.xml file.=20 Can anyone point me in the right direction? Right now my fieldType looks like this: Thanks! -Dave Seltzer