[
https://issues.apache.org/jira/browse/SOLR-7655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580499#comment-14580499
]
ASF subversion and git services commented on SOLR-7655:
-------------------------------------------------------
Commit 1684667 from [~dsmiley] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1684667 ]
SOLR-7655: Speed up DefaultSolrHighlighter's check for the existence of
payloads.
> Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers
> MultiFields.getMergedFieldInfos
> --------------------------------------------------------------------------------------------
>
> Key: SOLR-7655
> URL: https://issues.apache.org/jira/browse/SOLR-7655
> Project: Solr
> Issue Type: Bug
> Components: highlighter
> Affects Versions: 5.0
> Reporter: David Smiley
> Assignee: David Smiley
> Attachments: SOLR-7655.patch
>
>
> It appears grabbing the FieldInfos from the SlowCompositeReaderWrapper is
> slow. It isn't cached. The DefaultSolrHighligher in SOLR-6196 (v5.0) uses
> it to ascertain if there are payloads. Instead it can grab it from the Terms
> instance, which is cached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]