You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Endele (JIRA)" <ji...@apache.org> on 2014/11/24 10:38:12 UTC

[jira] [Created] (SOLR-6782) PostingsSolrHighlighter produces strange highlight results

Simon Endele created SOLR-6782:
----------------------------------

             Summary: PostingsSolrHighlighter produces strange highlight results
                 Key: SOLR-6782
                 URL: https://issues.apache.org/jira/browse/SOLR-6782
             Project: Solr
          Issue Type: Bug
          Components: highlighter
            Reporter: Simon Endele


If {{hl.fl}} contains commas _and_ whitespaces, e.g. {{hl.fl=title, content}}, the PostingsSolrHighlighter produces the following result:
{code}
  "highlighting": {
    "mydoc1": {
      "title": [],
      "": [],
      "content": [
        "my highlighted content. "
      ]
    },
    "mydoc2": {
      "title": [],
      "": [],
      "content": [
        "my highlighted content 2. "
      ]
    }
  },
{code}

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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org