You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2011/11/27 20:30:33 UTC

svn commit: r1206808 - /lucene/dev/trunk/lucene/contrib/CHANGES.txt

Author: mikemccand
Date: Sun Nov 27 19:30:31 2011
New Revision: 1206808

URL: http://svn.apache.org/viewvc?rev=1206808&view=rev
Log:
LUCENE-3600: fix BJQ to not trip assert when parent doc has no children

Modified:
    lucene/dev/trunk/lucene/contrib/CHANGES.txt

Modified: lucene/dev/trunk/lucene/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/CHANGES.txt?rev=1206808&r1=1206807&r2=1206808&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/contrib/CHANGES.txt Sun Nov 27 19:30:31 2011
@@ -85,6 +85,13 @@ Bug Fixes
 
 (No Changes)
 
+Bug Fixes
+
+ * LUCENE-3600: BlockJoinQuery now supports parent docs that have no
+   children (such docs will never match, but BJQ was tripping an
+   assert if such a parent doc was the first doc in the segment).
+   (Shay Banon, Mike McCandless)
+
 ======================= Lucene 3.5.0 ================
 
 Changes in backwards compatibility policy