[
https://issues.apache.org/jira/browse/SOLR-16120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514567#comment-17514567
]
ASF subversion and git services commented on SOLR-16120:
--------------------------------------------------------
Commit 5c188b57efb732bc72ce0b99d1798ed7a8116c0c in solr's branch
refs/heads/branch_9x from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=5c188b5 ]
SOLR-16120: optimise hl.fl expansion (#767)
(cherry picked from commit 29bd686ee0c3c13194805f43cb58038c2c9c5fc7)
> 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: 1h 40m
> 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: [email protected]
For additional commands, e-mail: [email protected]