Apachesolr display
Categories
Component ID
2334277
Component name
Apachesolr display
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
864
Component created
Component changed
Component body
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).
