From 0fd96b2526921b37e31f108047a39005c1e7f4d5 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 20 Sep 2011 19:20:02 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 38985c70a07..1b6c5a6f76c 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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