mirror of https://github.com/apache/lucene.git
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:
parent
717a6e1eeb
commit
ec7beb26b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue