function hook_apachesolr_multisitesearch_metadata_alter in Apache Solr Multisite Search 6.3
Same name and namespace in other branches
- 7 apachesolr_multisitesearch.api.php \hook_apachesolr_multisitesearch_metadata_alter()
Alter the site meta-data before it's sent to the Solr index.
1 invocation of hook_apachesolr_multisitesearch_metadata_alter()
- apachesolr_multisitesearch_generate_metadata in ./
apachesolr_multisitesearch.index.inc - Create a document to send to the index that contains useful information regarding the website.
File
- ./
apachesolr_multisitesearch.api.php, line 6
Code
function hook_apachesolr_multisitesearch_metadata_alter($document) {
}