You are here

function hook_apachesolr_confgen_solrcore_properties_alter in Apache Solr Config Generator 7

Same name and namespace in other branches
  1. 6 apachesolr_confgen.api.php \hook_apachesolr_confgen_solrcore_properties_alter()

Alter the solrcore.properties as array.

Parameters

mixed $properties:

string $solr_version: switch to target different solr versions, currently '1.4.x', '3.5.x' and '4.5.x'

1 function implements hook_apachesolr_confgen_solrcore_properties_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

apachesolr_confgen_advanced_settings_apachesolr_confgen_solrcore_properties_alter in apachesolr_confgen_advanced_settings/apachesolr_confgen_advanced_settings.module
Implements hook_apachesolr_confgen_solrcore_properties_alter().
1 invocation of hook_apachesolr_confgen_solrcore_properties_alter()
apachesolr_confgen_form_validate in ./apachesolr_confgen.admin.inc
Implements hook_form_validate().

File

./apachesolr_confgen.api.php, line 76
Exposed Hooks in 7.x:

Code

function hook_apachesolr_confgen_solrcore_properties_alter(&$properties, $solr_version) {
}