mirror of https://github.com/apache/lucene.git
Relocate changes for surround query parser to new queryparser-specific CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1166708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3615f59446
commit
8c973d1a5e
|
@ -529,9 +529,6 @@ Bug fixes
|
|||
* LUCENE-3348: Fix thread safety hazards in IndexWriter that could
|
||||
rarely cause deletions to be incorrectly applied. (Yonik Seeley,
|
||||
Simon Willnauer, Mike McCandless)
|
||||
|
||||
* LUCENE-2945: Fix hashCode/equals for surround query parser generated queries.
|
||||
(Paul Elschot, Simon Rosenthal, gsingers via ehatcher)
|
||||
|
||||
======================= Lucene 3.5.0 =======================
|
||||
|
||||
|
|
|
@ -18,3 +18,8 @@ API Changes
|
|||
* LUCENE-1768: ParametricRangeQueryNode now implements
|
||||
RangeQueryNode<FieldQueryNode> instead of
|
||||
RangeQueryNode<ParametricQueryNode> (Vinicius Barros via Uwe Schindler)
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-2945: Fix hashCode/equals for surround query parser generated queries.
|
||||
(Paul Elschot, Simon Rosenthal, gsingers via ehatcher)
|
Loading…
Reference in New Issue