You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by mi...@apache.org on 2008/09/03 12:08:57 UTC

svn commit: r691559 - /lucene/java/trunk/CHANGES.txt

Author: mikemccand
Date: Wed Sep  3 03:08:56 2008
New Revision: 691559

URL: http://svn.apache.org/viewvc?rev=691559&view=rev
Log:
LUCENE-1371: added entry in CHANGES for API change

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=691559&r1=691558&r2=691559&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Sep  3 03:08:56 2008
@@ -130,7 +130,7 @@
     subclasses can create their own subclasses of each Query type.
     (John Wang via Mike McCandless)
 
-20. LUCENE-753: Added new Directory implementation
+21. LUCENE-753: Added new Directory implementation
     org.apache.lucene.store.NIOFSDirectory, which uses java.nio's
     FileChannel to do file reads.  On most non-Windows platforms, with
     many threads sharing a single searcher, this may yield sizable
@@ -138,6 +138,9 @@
     which only allows a single thread to read from an open file at a
     time.  (Jason Rutherglen via Mike McCandless)
 
+22. LUCENE-1371: Added convenience method TopDocs Searcher.search(Query query, int n).
+    (Mike McCandless)
+
 Bug fixes
     
  1. LUCENE-1134: Fixed BooleanQuery.rewrite to only optimize a single