Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 90023 invoked from network); 6 Sep 2002 19:10:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 Sep 2002 19:10:14 -0000 Received: (qmail 3550 invoked by uid 97); 6 Sep 2002 19:10:50 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 3512 invoked by uid 97); 6 Sep 2002 19:10:49 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 3492 invoked by uid 98); 6 Sep 2002 19:10:48 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3D78FDE1.2040502@lucene.com> Date: Fri, 06 Sep 2002 12:11:29 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Developers List Subject: Re: [patch] bug with boosts in parsed queries References: <1031305558.17525.16.camel@murphy.granta.internal> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This fixes the query parser, but, unfortunately, the problem is deeper. BooleanQuery does not implement boosting. This could be fixed too, but, for now, the easiest thing to do is simply to boost each term within the boolean query. Doug -- To unsubscribe, e-mail: For additional commands, e-mail: