Apachesolr Display module allows us to output search results as node display. This module store rendered entity or entity json encoded object inside solr index without affecting solr search speed. There are settings yoursite.com/admin/config/search/apachesolr/search-pages/your-search-page/edit.

Storing whole node object
advantages: no additional search results styling needed.
disadvantages: solr index become bigger, executed node_view().

Storing rendered node
advantages: Less solr index size, avoid node_view (makes your search really fast).
disadvantages: additional search results styling needed (if used different themes for admin and user parts).

Project information

Releases