mirror of https://github.com/apache/lucene.git
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:
parent
f4cc6e2269
commit
860f6bb673
|
@ -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,8 +464,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue