please remove theme('box' ..) from the module, as it is impossible to style the search result.

The Drupal7 patch #372471: Kill box.tpl.php / theme_box()

Comments

jpmckinney’s picture

Status: Active » Closed (won't fix)

This is to maintain compatibility with core search.module. You can remove the box by implementing hook_search_page or by replacing the apachesolr_search_view page callback with a hook_menu_alter.