mirror of https://github.com/apache/lucene.git
update changes.txt for LUCENE-1621
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@772158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c434afb8f
commit
3dbed702f0
|
@ -126,6 +126,10 @@ API Changes
|
|||
is deprecated in favor of the new TimeLimitingCollector which
|
||||
extends Collector. (Shai Erera via Mike McCandless)
|
||||
|
||||
13. LUCENE-1621: MultiTermQuery#getTerm() has been deprecated as it does
|
||||
not make sense for all subclasses of MultiTermQuery. Check individual
|
||||
subclasses to see if they support #getTerm(). (Mark Miller)
|
||||
|
||||
Bug fixes
|
||||
|
||||
1. LUCENE-1415: MultiPhraseQuery has incorrect hashCode() and equals()
|
||||
|
|
Loading…
Reference in New Issue