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 2017/05/22 15:47:04 UTC

[jira] [Created] (SOLR-10722) UnifiedSolrHighlighter could delegate getFieldInfos to SolrIndexSearcher

David Smiley created SOLR-10722:
-----------------------------------

             Summary: UnifiedSolrHighlighter could delegate getFieldInfos to SolrIndexSearcher
                 Key: SOLR-10722
                 URL: https://issues.apache.org/jira/browse/SOLR-10722
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: highlighter
            Reporter: David Smiley
            Priority: Minor


UnifiedSolrHighlighter contains a subclass of UnifiedHighlighter.  UnifiedHighlighter has a getFieldInfo method that can be kinda expensive due to merging FieldInfos with MultiFields.  On the Solr side we could subclass to return the FieldInfo from SolrIndexSearcher which already computes/caches it.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org