Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 90290 invoked from network); 22 Dec 2004 23:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Dec 2004 23:41:52 -0000 Received: (qmail 94173 invoked by uid 500); 22 Dec 2004 23:41:44 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 94145 invoked by uid 500); 22 Dec 2004 23:41:44 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 94132 invoked by uid 99); 22 Dec 2004 23:41:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from fork9.mail.Virginia.EDU (HELO fork9.mail.virginia.edu) (128.143.2.179) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Dec 2004 15:41:40 -0800 Received: from localhost (localhost [127.0.0.1]) by fork9.mail.virginia.edu (Postfix) with ESMTP id ED8731F528E for ; Wed, 22 Dec 2004 18:41:37 -0500 (EST) Received: from fork9.mail.virginia.edu ([127.0.0.1]) by localhost (fork9.mail.virginia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16104-01 for ; Wed, 22 Dec 2004 18:41:37 -0500 (EST) Received: from [192.168.1.103] (va-chrvlle-cad1-bdgrp1-4b-b-169.chvlva.adelphia.net [68.169.41.169]) by fork9.mail.virginia.edu (Postfix) with ESMTP id 900FB1F5164 for ; Wed, 22 Dec 2004 18:41:37 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <20041222225043.27D8013E2008@ehatchersolutions.com> References: <20041222225043.27D8013E2008@ehatchersolutions.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <09A69259-5473-11D9-ACB0-000A95BC61B6@ehatchersolutions.com> Content-Transfer-Encoding: 7bit From: Erik Hatcher Subject: Re: search question Date: Wed, 22 Dec 2004 18:41:44 -0500 To: "Lucene Users List" X-Mailer: Apple Mail (2.619) X-UVA-Virus-Scanned: by amavisd-new at fork9.mail.virginia.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N What does toString() return for each of those queries? Are you using the same analyzer in both cases? Erik On Dec 22, 2004, at 5:44 PM, roy-lucene-user@xemaps.com wrote: > Hi guys, > > We have an index with some fields containing email addresses. Doing a > search for an email address with this format: first.last@domain.com, > does not bring up any results with lucene 1.4. > > The query: "Field1:first.last@domain.com" > > However it returns results with 1.2. Any ideas? > > Roy. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org