[ 
https://issues.apache.org/jira/browse/SOLR-14628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152028#comment-17152028
 ] 

ASF subversion and git services commented on SOLR-14628:
--------------------------------------------------------

Commit 2cd50fed698d5678629c3f4c4ffaac9287470aec in lucene-solr's branch 
refs/heads/branch_8x from David Smiley
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=2cd50fe ]

SOLR-14628: hl.fragsizeIsMinimum now defaults to true (#1651)

Fragments size like <= Solr 8.4 and addresses a significant performance 
regression

(cherry picked from commit 31e7ad9ee28763a0303f0d0a6f190b530d3b3ac1)


> hl.fragsizeIsMinimum default ought to be 'true' for performance
> ---------------------------------------------------------------
>
>                 Key: SOLR-14628
>                 URL: https://issues.apache.org/jira/browse/SOLR-14628
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: highlighter
>    Affects Versions: 8.5
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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.
> https://lists.apache.org/thread.html/r2e44d290eac9edfa61ed9eced0d9f01a7bd1cbdf910344b2aa2368b8%40%3Csolr-user.lucene.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to