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

Associations aggregators enter an infinite loop if some documents have no category associations

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.5, 6.0
    • modules/facet
    • None
    • New, Patch Available

    Description

      Stupid error, they do this:

      if (bytes.length == 0) {
        continue;
      }
      

      Since they don't advance 'doc', the hang on that if forever. I'll post a fix soon.

      Attachments

        1. LUCENE-5151.patch
          6 kB
          Shai Erera

        Activity

          People

            shaie Shai Erera
            shaie Shai Erera
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: