org.apache.jackrabbit.core.query.lucene.DefaultHighlighter.doHighlight doesn't
hightlight matches correctly if full text query has multiple terms
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: JCR-3285
URL: https://issues.apache.org/jira/browse/JCR-3285
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.4, 2.2.11, 2.2.10
Reporter: Maksim Konstantinov
Priority: Trivial
org.apache.jackrabbit.core.query.lucene.DefaultHighlighter: line 204-207
It seems, that int index = 0; counter is not being reset in new iteration over
the next array of termoffsets, which leads to the following consequences:
All the occurrences of the first query term (in case there are several of
them), except for the first on are being compared to offset of a last
termoffset of the following terms.
So some of matches are being skipped.
Suggested fix: reset int index to zero inside the while loop on line 205
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira