Highlighting is not HTML-encoded when fallback to alternate field
-----------------------------------------------------------------

                 Key: SOLR-2730
                 URL: https://issues.apache.org/jira/browse/SOLR-2730
             Project: Solr
          Issue Type: Bug
          Components: highlighter
            Reporter: Jan Høydahl


When highlighter finds matches in the field and returns the snippets, all other 
text returned is HTML-encoded, i.e. a <br> in the field will be displayed as a 
literal tag instead of causing a break.

But when hl.alternateField is used, and the query does not match any words in 
the field, the alternate fallback field is returned as is, without being 
HTML-encoded.

This is inconsistent and causes problems in the client. HTML-encoding in the 
client is not an option since the highlighted snippets then would break.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to