From 8a6234e76cb9d5dd0d8e91c4d273d7e2031e06cc Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Sun, 27 Nov 2011 19:30:31 +0000 Subject: [PATCH] LUCENE-3600: fix BJQ to not trip assert when parent doc has no children git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1206808 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/contrib/CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lucene/contrib/CHANGES.txt b/lucene/contrib/CHANGES.txt index 00222d1bb61..193d812fe69 100644 --- a/lucene/contrib/CHANGES.txt +++ b/lucene/contrib/CHANGES.txt @@ -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