add optimize method

This commit is contained in:
ghost 2024-02-12 19:41:29 +02:00
parent 5663adcb4c
commit 271be38739

View File

@ -136,6 +136,13 @@ class Manticore
);
}
public function optimize(?bool $sync = false)
{
return $this->_index->optimize(
$sync
);
}
private function _crc32(mixed $value): int
{
return crc32(