This project is not covered by Drupal’s security advisory policy.

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.

Project information

Releases