true, 'cache_lifetime' => null, 'timeout' => 120, 'primary_key' => '_id', 'search' => [ 'min_length' => 2, 'mode' => 'or', 'score_key' => 'scoreKey', 'algorithm' => Query::SEARCH_ALGORITHM['hits'] ] ]; /** * * */ public function __construct() { $this->store = new Store($this->name, __DIR__.'/../../storage/database', $this->configuration); } }