mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
Remove config output
This commit is contained in:
parent
f2b7963c82
commit
995a8a1d01
@ -163,13 +163,7 @@ class Solr_Configure extends BuildTask {
|
|||||||
} else {
|
} else {
|
||||||
user_error('Unknown Solr index mode '.$indexstore['mode'], E_USER_ERROR);
|
user_error('Unknown Solr index mode '.$indexstore['mode'], E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Solr Configuration:\n
|
|
||||||
<pre>%s</pre>"
|
|
||||||
,
|
|
||||||
print_r($options, true)
|
|
||||||
);
|
|
||||||
|
|
||||||
foreach ($indexes as $instance) {
|
foreach ($indexes as $instance) {
|
||||||
$index = $instance->getIndexName();
|
$index = $instance->getIndexName();
|
||||||
echo "Configuring $index. \n"; flush();
|
echo "Configuring $index. \n"; flush();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user