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

Enable FastVectorHighlighter to Work on MultiPhraseQuery

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 5.3
    • None
    • modules/highlighter
    • None
    • Linux, OSx, Windows

    • New

    Description

      FastVectorHighlighter will not highlight on MultiPhraseQuery - will instead just skip and return results.

      Example:
      I have synonyms.txt file and it contains
      break,breaks,broke,brake

      If I search for "brake vehicle", the query parses to MultiPhraseQuery with brake vehicle, break vehicle, breaks vehicle, broke vehicle as possible matches. Would like highlighting to occur on all of those results. Currently there are no highlighting results at all.

      Attachments

        Activity

          People

            Unassigned Unassigned
            esther.quansah Esther Quansah
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: