Search API Solr Pro
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
search_api_solr_pro
Module extension to prevent the entities being loaded from solr results in views by a query setting.
Motivation:
The well know module search_api_solr (https://www.drupal.org/project/search_api_solr) force the entities to beign loaded from the solr results in views, ignoring if the user only want to display specific fields that are already indexed in solr. In that case we can improve the performance of view generation avoiding the load of the entities.
