Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 64440 invoked from network); 3 Jun 2010 03:00:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 03:00:04 -0000 Received: (qmail 92505 invoked by uid 500); 3 Jun 2010 03:00:03 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 92375 invoked by uid 500); 3 Jun 2010 03:00:03 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 92364 invoked by uid 99); 3 Jun 2010 03:00:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 03:00:02 +0000 X-ASF-Spam-Status: No, hits=-0.4 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 02:59:57 +0000 Received: by wyb33 with SMTP id 33so1446200wyb.35 for ; Wed, 02 Jun 2010 19:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=0gzJIa8mMiJ4OgDmP2TeYDNBh+3p+ofR+y935bGVfiQ=; b=jEDztQKoD2O37G9UDqHo9e86XYcuvFFVJPsjedxlfJvQJvaq9o9JkBu0VKqkexmibU yWpBYpcrFxkeYrCdDlh16uLtDeB8tkm3hj6kELR3K1sHtbNryKG7d7eRZayr98J1xA2g PQOvEXuHlR+WS1SsFA1v26BQTbkZuL5PZwnqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=BQP0fwChZN9mmSWwvgY+9cBQtZUKMngC1xfaVwu39+WB4m6jrDE06kE1DyxlYzNmJK y4/h7PeQx15se1cwsfwBaORonXSgoI/kk6J1ABAbjdHKKrOKao37IKzmtxUaSKXN/DGn wOVXLkQiw8FG0SbRL3nml2/h8ywc8lDH0m2Hs= MIME-Version: 1.0 Received: by 10.216.169.211 with SMTP id n61mr676832wel.41.1275533212516; Wed, 02 Jun 2010 19:46:52 -0700 (PDT) Sender: yseeley@gmail.com Reply-To: yonik@lucidimagination.com Received: by 10.216.73.13 with HTTP; Wed, 2 Jun 2010 19:46:52 -0700 (PDT) In-Reply-To: <20100603014644.AE14723889B6@eris.apache.org> References: <20100603014644.AE14723889B6@eris.apache.org> Date: Wed, 2 Jun 2010 22:46:52 -0400 X-Google-Sender-Auth: RIu9UWVuAnQF9NO5JxG3h5Iw0Nc Message-ID: Subject: Re: svn commit: r950853 - /lucene/dev/trunk/solr/src/java/org/apache/solr/search/QueryParsing.java From: Yonik Seeley To: dev@lucene.apache.org Cc: commits@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jun 2, 2010 at 9:46 PM, wrote: > URL: http://svn.apache.org/viewvc?rev=950853&view=rev > Log: > yonik removed ConstantScoreprefixQuery in r950784, but forgot to remove this usage of it (it was never migrated to lucene because it's trivial to build with a PrefixFilter) Ah, thanks... I was about to blame my IDE, but then I realized I had made that change but accidentally just didn't commit it (I had more than one outstanding change, so I cut'n'pasted the file names to commit). -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org