You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/03/30 09:31:00 UTC

[jira] [Commented] (SOLR-16120) optimise glob-free hl.fl expansion

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

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

Commit 29bd686ee0c3c13194805f43cb58038c2c9c5fc7 in solr's branch refs/heads/main from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=29bd686 ]

SOLR-16120: optimise hl.fl expansion (#767)



> optimise glob-free hl.fl expansion
> ----------------------------------
>
>                 Key: SOLR-16120
>                 URL: https://issues.apache.org/jira/browse/SOLR-16120
>             Project: Solr
>          Issue Type: Task
>          Components: highlighter
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently {{SolrDocumentFetcher.getStoredHighlightFieldNames()}} is always called but the result is actually only used if there's a {{\*}} present e.g. {{hl.fl=fieldA,fieldB*}} would use it but {{hl.fl=fieldA,fieldB}} or {{hl.fl=fieldA}} would not use it.
> If a field names supplier is used instead of the field names themselves the call can be deferred until needed and thus avoided if not needed.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org