Apache Solr Panelized Node

Categories

Component ID

2471104

Component name

Apache Solr Panelized Node

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

359

Component created

Component changed

Component body

Apachesolr Panelized Node allows panelized nodes, which may have content that is not in the body of the node, to be indexed in their fully rendered form. If you have panelized nodes that have key content in Fieldable Panels Panes, for example, this module will cause those nodes to be fully rendered, and the full html of the result will be used to build the "document" that goes into Solr, so that content will end up in the solr index regardless of how it got on the page.

This is achieved by implementing hook_solr_document() and calling page_manager_node_view_page($node) to get the rendered content.