-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
This is a performance enhancement. The list of fields that is returned by a Solr query needs to be restricted to those that have been added to the index. Because of the way that SearchApiSolrBackend::extractResults() is written, only those fields are available for display. Any other fields in the Solr output are wasted overhead, which could be highly detrimental to some sites depending on the data they have stored in the index. It could also be really bad for sites that have their index hosted by a third party. That unneeded data would do nothing but eat up their bandwidth.