Apachesolr Views Rendered Entity
Categories
Component ID
2830252
Component name
Apachesolr Views Rendered Entity
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
234
Component created
Component changed
Component body
By default the Apachesolr Views module renders fields that are in the Solr-index.
This module adds a Views row plugin for 'Rendered entity'.
That way you can leverage modules like Display Suite for presenting your search-results.
The code is a straight copy from this issue:
https://www.drupal.org/node/2111363
An alternative approach is to send the 'Rendered entity' to the index itself. This is handled in this module: https://www.drupal.org/project/apachesolr_view_modes
Notes:
- Consider installing Entity cache to improve performance
- Not suitable for multisite search, @see https://www.drupal.org/node/2111363#comment-7975005
