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

PostingsHighlighter's formatter sometimes doesnt highlight matched terms

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2, 6.0
    • modules/highlighter
    • None
    • New

    Description

      This can happen if you have a sentence where the query terms match many times in the same sentence:

      for example if you query on "testing highlighter" but you have

      "Testing highlighters is sometimes harder than testing other things."

      The issue is that the formatter receives all 3 matches, but in this order:
      Testing (first occurrence)
      testing (second occurrence)
      highlighters

      The formatter expects the matches to be in sorted order by offset (not by term, then offset). This is how the javadocs say they should be.

      But there is currently a bug, a stupid side effect of how the ranking is done. Because of this, in this example "highlighters" isnt marked up in bold.

      Attachments

        1. LUCENE-4798.patch
          7 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: