-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: highlighter
-
Labels:None
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.