You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2015/06/09 21:48:01 UTC

[jira] [Created] (SOLR-7655) Perf bug- DefaultSolrHighlighter.getSpanQueryScorer triggers MultiFields.getMergedFieldInfos

David Smiley created SOLR-7655:
----------------------------------

             Summary: 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


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org