mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
3187a7a26b
commit
8a6234e76c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue