From f89460b246114ea3004ed667248f1bb61835656d Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Wed, 14 Oct 2009 00:39:22 +0000 Subject: [PATCH] LUCENE-1974: add CHANGES entry git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@824988 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index a412cab03e0..8e4df5640cc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -75,6 +75,10 @@ Bug fixes wildcard is form "foo*", for slightly faster performance. (Robert Muir via Mike McCandless) +* LUCENE-1974: Fixed nasty bug in BooleanQuery (when it used + BooleanScorer for scoring), whereby some matching documents fail to + be collected. (Fulin Tang via Mike McCandless) + New features * LUCENE-1933: Provide a convenience AttributeFactory that creates a