Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 12452 invoked from network); 13 Mar 2008 13:00:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 13:00:32 -0000 Received: (qmail 21718 invoked by uid 500); 13 Mar 2008 13:00:29 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 21629 invoked by uid 500); 13 Mar 2008 13:00:29 -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 21617 invoked by uid 99); 13 Mar 2008 13:00:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 06:00:29 -0700 X-ASF-Spam-Status: No, hits=-1997.6 required=10.0 tests=ALL_TRUSTED,FR_ALMOST_VIAG2 X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 12:59:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 110921A9832; Thu, 13 Mar 2008 06:00:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636749 - /lucene/java/trunk/CHANGES.txt Date: Thu, 13 Mar 2008 13:00:08 -0000 To: java-commits@lucene.apache.org From: gsingers@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080313130009.110921A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gsingers Date: Thu Mar 13 06:00:03 2008 New Revision: 636749 URL: http://svn.apache.org/viewvc?rev=636749&view=rev Log: LUCENE-550: put the comment in the wrong spot Modified: lucene/java/trunk/CHANGES.txt Modified: lucene/java/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=636749&r1=636748&r2=636749&view=diff ============================================================================== --- lucene/java/trunk/CHANGES.txt (original) +++ lucene/java/trunk/CHANGES.txt Thu Mar 13 06:00:03 2008 @@ -116,6 +116,10 @@ 10. LUCENE-1201: Add IndexReader.getIndexCommit() method. (Tim Brennan via Mike McCandless) +11. LUCENE-550: Added InstantiatedIndex implementation. Experimental Index store similar to MemoryIndex but allows +for multiple documents in memory. (Karl Wettin via Grant Ingersoll) + + Optimizations 1. LUCENE-705: When building a compound file, use @@ -460,9 +464,7 @@ the query parser ignores position increments). (Doron Cohen) -13. LUCENE-550: Added InstantiatedIndex implementation. Experimental Index store similar to MemoryIndex but allows -for multiple documents in memory. (Karl Wettin via Grant Ingersoll) - + Optimizations