Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.3, 2.5.1
-
None
Description
It seems that the highlighting behavior has changed after the lucene 3.0.3 upgrade.
This slipped unnoticed until now, and it affects the current code (using lucene 3.6) as well.
Before for partial search terms the highlighter would highlight the entire matching term, now it fails to do so.
Example, for the content: lorem ipsum dolor sit amet searching for ipsu* would have to highlight the entire matching term ipsum, and currently it does not.