function theme_apachesolr_mlt_recommendation_block in Apache Solr Search 5
Same name and namespace in other branches
- 5.2 apachesolr.module \theme_apachesolr_mlt_recommendation_block()
- 6 apachesolr.module \theme_apachesolr_mlt_recommendation_block()
- 6.2 apachesolr.module \theme_apachesolr_mlt_recommendation_block()
1 theme call to theme_apachesolr_mlt_recommendation_block()
- apachesolr_mlt_suggestions in contrib/
apachesolr_mlt/ apachesolr_mlt.module - function apachesolr_mlt_suggestions() This function loads a the parameters for each moreLikeThis query, performs the query, and returns a list of linked node titles.
File
- contrib/
apachesolr_mlt/ apachesolr_mlt.module, line 103
Code
function theme_apachesolr_mlt_recommendation_block($links) {
return theme('item_list', $links);
}