Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 8484 invoked from network); 30 Nov 2009 10:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 10:52:47 -0000 Received: (qmail 6864 invoked by uid 500); 30 Nov 2009 10:52:47 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 6793 invoked by uid 500); 30 Nov 2009 10:52:46 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 6784 invoked by uid 99); 30 Nov 2009 10:52:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 10:52:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 10:52:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C26A823888FE; Mon, 30 Nov 2009 10:52:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r885360 - svn:log Date: Mon, 30 Nov 2009 10:52:23 -0000 To: java-commits@lucene.apache.org From: uschindler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091130105223.C26A823888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: uschindler Revision: 885360 Modified property: svn:log Modified: svn:log at Mon Nov 30 10:52:23 2009 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Nov 30 10:52:23 2009 @@ -1,4 +1,4 @@ -Simplify and optimize NumericRangeTermEnum: +Simplify and optimize NumericRangeTermsEnum: - the range split logic only seeks forward (an assert verifies this), so the iterator can be reused (like Automaton) - removed the iteration by not using setEnum() [throws UOE], see LUCENE-2087 - removed TermEnum, as class cannot be subclassed; getEnum() throws UOE.