Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-6782

PostingsSolrHighlighter produces strange highlight results

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • highlighter
    • None

    Description

      If hl.fl contains commas and whitespaces, e.g. hl.fl=title, content, the PostingsSolrHighlighter produces the following result:

        "highlighting": {
          "mydoc1": {
            "title": [],
            "": [],
            "content": [
              "my highlighted content. "
            ]
          },
          "mydoc2": {
            "title": [],
            "": [],
            "content": [
              "my highlighted content 2. "
            ]
          }
        },
      

      Two things:

      • The space followed by the comma leads to an empty field (or even a bunch in case of longer field list).
      • Why is "title": [], included in the response (though hl.defaultSummary is not set)?

      Tested with Solr 4.10.2.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            simon.endele Simon Endele

            Dates

              Created:
              Updated:

              Slack

                Issue deployment