Highlighter does not match phrase queries correctly
---------------------------------------------------
Key: SOLR-553
URL: https://issues.apache.org/jira/browse/SOLR-553
Project: Solr
Issue Type: Bug
Components: highlighter
Affects Versions: 1.2
Environment: all
Reporter: Brian Whitman
http://www.nabble.com/highlighting-pt2%3A-returning-tokens-out-of-order-from-PhraseQuery-to16156718.html
PhraseQueries like "A Long String" will return highlighting matches that only
match "String" or "String Long" or any combination. We need them to return
<span>A Long String</span> instead.
LUCENE-794 seems to be added to trunk now and corrects it from their end.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.