mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-10 13:54:31 +00:00
disable configuration changes cleanup
This commit is contained in:
parent
ad3fd31f67
commit
b440e6edff
@ -37,6 +37,10 @@ $index = $client->index(
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Apply new configuration rules
|
// Apply new configuration rules
|
||||||
|
/*
|
||||||
|
@TODO this case removes some not relevant records, the solution still wanted:
|
||||||
|
https://github.com/manticoresoftware/manticoresearch-php/discussions/196
|
||||||
|
|
||||||
echo _('apply new configuration rules...') . PHP_EOL;
|
echo _('apply new configuration rules...') . PHP_EOL;
|
||||||
|
|
||||||
foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
||||||
@ -62,6 +66,7 @@ foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo _('new configuration rules apply completed.') . PHP_EOL;
|
echo _('new configuration rules apply completed.') . PHP_EOL;
|
||||||
|
*/
|
||||||
|
|
||||||
// Optimize indexes
|
// Optimize indexes
|
||||||
echo _('indexes optimization begin...') . PHP_EOL;
|
echo _('indexes optimization begin...') . PHP_EOL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user