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
This commit is contained in:
Grant Ingersoll 2008-03-13 13:00:03 +00:00
parent f4cc6e2269
commit 860f6bb673
1 changed files with 5 additions and 3 deletions

View File

@ -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