Standardize mechanism for components to prefetch fields -------------------------------------------------------
Key: SOLR-1702 URL: https://issues.apache.org/jira/browse/SOLR-1702 Project: Solr Issue Type: Improvement Components: search Reporter: Noble Paul Priority: Minor Fix For: 1.5 The only component that is consulted now for prefetching fields is SolrHighlighter. This introduces tight coupling of QueryComponent w/ SolrHighlighter. We should standardize how this is done by all componnets so that there is no coupling. One way would be to register the prefetch fields with ResponseBuilder in the prepare phase and Querycomponent can make use of that info to do prefetching. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.