Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3600

BlockJoinQuery advance fails on an assert in case of a single parent with child segment

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.5, 4.0-ALPHA
    • 3.6, 4.0-ALPHA
    • modules/join
    • None
    • New

    Description

      The BlockJoinQuery will fail on an assert when advance in called on a segment with a single parent with a child. The call to parentBits.prevSetBit(parentTarget - 1) will cause -1 to be returned, and the assert will fail, though its valid. Just removing the assert fixes the problem, since nextDoc will handle it properly.

      Also, I don't understand the "assert parentTarget != 0;", with a comment of each parent must have one child. There isn't really a reason to add this constraint, as far as I can tell..., just call nextDoc in this case, no?

      Attachments

        Activity

          People

            mikemccand Michael McCandless
            kimchy Shay Banon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: