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 ma...@apache.org on 2009/08/12 03:35:07 UTC

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

Author: markrmiller
Date: Wed Aug 12 01:35:07 2009
New Revision: 803344

URL: http://svn.apache.org/viewvc?rev=803344&view=rev
Log:
Add another of Mikes suggestions for 1771 that I missed.

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=803344&r1=803343&r2=803344&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Aug 12 01:35:07 2009
@@ -309,7 +309,8 @@
     BooleanQuery's setAllowDocsOutOfOrder and getAllowDocsOutOfOrder have been 
     deprecated as they are not needed anymore. BooleanQuery will now score docs 
     out of order when used with a Collector that can accept docs out of order.
-    Finally, Weight#explain now also takes a Searcher.
+    Finally, Weight#explain now also takes a the top-level searcher, sub-reader 
+    and sub-docID.
     (Shai Erera, Chris Hostetter, Mark Miller via Mike McCandless)
  	
 25. LUCENE-1466: Changed Tokenizer.input to be a CharStream; added