From 860f6bb673048ae6349545771eac6ce6dd50eab8 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Thu, 13 Mar 2008 13:00:03 +0000 Subject: [PATCH] LUCENE-550: put the comment in the wrong spot git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@636749 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index e0e5129c788..e1e380d1bac 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -116,6 +116,10 @@ New features 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 @@ New features 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