Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
8.5
-
None
Description
hl.fragsizeIsMinimum was added in 8.5 with a default setting of false – thus producing average length fragments of fragsize instead of minimum beyond fragsize. In previous releases, even though the setting didn't exist, it was in-effect true (minimum). Unfortunately, this flip was found to be a significant performance regression for highlighting lots of text (especially when using the SENTENCE break iterator), and furthermore it seems to be of relatively minor value in fragment sizing.
I propose we flip this back to true.
Attachments
Issue Links
- is caused by
-
LUCENE-9093 Unified highlighter with word separator never gives context to the left
- Resolved
- links to