Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 65186 invoked from network); 31 Aug 2007 18:28:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2007 18:28:52 -0000 Received: (qmail 40537 invoked by uid 500); 31 Aug 2007 18:28:42 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 40129 invoked by uid 500); 31 Aug 2007 18:28: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 40118 invoked by uid 99); 31 Aug 2007 18:28:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 11:28:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 18:28:37 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 319D471C0B0; Fri, 31 Aug 2007 11:28:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 2C09E71C08C for ; Fri, 31 Aug 2007 11:28:17 -0700 (PDT) Date: Fri, 31 Aug 2007 11:28:17 -0700 (PDT) From: Chris Hostetter To: java-user@lucene.apache.org Subject: Re: Weighting Issue In-Reply-To: <652776090708310948x4ebc7358u15c192c4b8729f7f@mail.gmail.com> Message-ID: References: <59f8402a0708310908x6f128863i2646d72c26fdc068@mail.gmail.com> <652776090708310948x4ebc7358u15c192c4b8729f7f@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org > Have you tried giving the name field a boost? E.g. name:(John Smith)^10 > alias:(John Smith) i'm also guessing youd be much happier with a sloppy phrase query then with the boolean queries you are currently using.. name:"John Smith"~3^10 alias:"John Smith"~3 -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org