LUCENE-2270: Fix issue number

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@911724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2010-02-19 07:33:38 +00:00
parent c05170cecc
commit 8012813045

View File

@ -81,7 +81,6 @@ Bug fixes
* LUCENE-2249: ParallelMultiSearcher should shut down thread pool on * LUCENE-2249: ParallelMultiSearcher should shut down thread pool on
close. (Martin Traverso via Uwe Schindler) close. (Martin Traverso via Uwe Schindler)
New features New features
@ -241,11 +240,10 @@ Bug fixes
only one payload is present. (Erik Hatcher, Mike McCandless only one payload is present. (Erik Hatcher, Mike McCandless
via Uwe Schindler) via Uwe Schindler)
* LUCENE-2770: Queries consisting of all zero-boost clauses * LUCENE-2270: Queries consisting of all zero-boost clauses
(for example, text:foo^0) sorted incorrectly and produced (for example, text:foo^0) sorted incorrectly and produced
invalid docids. (yonik) invalid docids. (yonik)
API Changes API Changes
* LUCENE-1609 (3.0.1 only): Restore IndexReader.getTermInfosIndexDivisor * LUCENE-1609 (3.0.1 only): Restore IndexReader.getTermInfosIndexDivisor