diff --git a/src/Manticore.php b/src/Manticore.php index 1b6e183..ddb35e5 100644 --- a/src/Manticore.php +++ b/src/Manticore.php @@ -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(