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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to