You are here

apachesolr_multisitesearch.api.php in Apache Solr Multisite Search 6.3

Same filename and directory in other branches
  1. 7 apachesolr_multisitesearch.api.php

File

apachesolr_multisitesearch.api.php
View source
<?php

/**
 * Alter the site meta-data before it's sent to the Solr index.
 */
function hook_apachesolr_multisitesearch_metadata_alter($document) {
}

Functions

Namesort descending Description
hook_apachesolr_multisitesearch_metadata_alter Alter the site meta-data before it's sent to the Solr index.