Add another of Mikes suggestions for 1771 that I missed.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@803344 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-12 01:35:07 +00:00
parent 717a6e1eeb
commit ec7beb26b7
1 changed files with 2 additions and 1 deletions

View File

@ -309,7 +309,8 @@ API Changes
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