mirror of https://github.com/apache/lucene.git
move LUCENE-2270 description down to branch section
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@911568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44a38e9837
commit
c05170cecc
|
@ -82,10 +82,6 @@ Bug fixes
|
|||
* LUCENE-2249: ParallelMultiSearcher should shut down thread pool on
|
||||
close. (Martin Traverso via Uwe Schindler)
|
||||
|
||||
* LUCENE-2770: Queries consisting of all zero-boost clauses
|
||||
(for example, text:foo^0) sorted incorrectly and produced
|
||||
invalid docids. (yonik)
|
||||
|
||||
|
||||
New features
|
||||
|
||||
|
@ -245,6 +241,11 @@ Bug fixes
|
|||
only one payload is present. (Erik Hatcher, Mike McCandless
|
||||
via Uwe Schindler)
|
||||
|
||||
* LUCENE-2770: Queries consisting of all zero-boost clauses
|
||||
(for example, text:foo^0) sorted incorrectly and produced
|
||||
invalid docids. (yonik)
|
||||
|
||||
|
||||
API Changes
|
||||
|
||||
* LUCENE-1609 (3.0.1 only): Restore IndexReader.getTermInfosIndexDivisor
|
||||
|
|
Loading…
Reference in New Issue