function apachesolr_search_result_schema in Rich Snippets 7
Implements hook_rich_snippets_get_schema().
Implemented on behalf of the Apache Solr Search Integration module.
Return value
string|FALSE
File
- ./
rich_snippets.module, line 111 - Overrides the standard search results templates and CSS to display results similar to major search engines.
Code
function apachesolr_search_result_schema($result) {
return rich_snippets_get_result_schema($result['entity_type'], $result['bundle']);
}