Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 64534 invoked from network); 28 Jun 2005 17:18:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2005 17:18:53 -0000 Received: (qmail 47523 invoked by uid 500); 28 Jun 2005 17:18:42 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 47432 invoked by uid 500); 28 Jun 2005 17:18:41 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 47396 invoked by uid 99); 28 Jun 2005 17:18:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 10:18:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of TAigner@wescodist.com designates 12.29.179.202 as permitted sender) Received: from [12.29.179.202] (HELO mail01.wescodist.com) (12.29.179.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 10:18:40 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Indexing puncutation Date: Tue, 28 Jun 2005 13:18:37 -0400 Message-ID: <14FBF41EF1411B45B2EC4ADEAC53D1310342B688@MAIL01.wescodist.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Indexing puncutation Thread-Index: AcV8BDzz7Aj9CCeORAqS/JdaXD73hQAAIZ/Q From: "Aigner, Thomas" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I am VERY new to Lucene and we are trying out Lucene to see if it will accomplish the vast majority of our search functions. I have a question about a good way to index some of our product description codes. We have description codes like 21-MA-GAB and other punctuation. Our users need to be able to search for "21 MA GAB" or=20 "21-MA_GAB" or "21MAGAB". Is the best way to accomplish this by creating synonyms for the 3 different ways when punctuation is in parts to search for? I know I can stop punctuation in the index but what about grouping the information together or with spaces? Thanks all in advance, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org