LUCENE-3442: Merge changes only to trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-09-20 19:20:02 +00:00
parent d58350aead
commit 0fd96b2526
1 changed files with 5 additions and 0 deletions

View File

@ -589,6 +589,11 @@ Bug fixes
should ignore the maxMergedSegmentMB setting (v.sevel via Mike
McCandless)
* LUCENE-3442: TermQuery.TermWeight.scorer() returns null for non-atomic
IndexReaders (optimization bug, introcuced by LUCENE-2829), preventing
QueryWrapperFilter and similar classes to get a top-level DocIdSet.
(Dan C., Uwe Schindler)
New Features
Optimizations