Searched refs:manticore (Results 1 – 2 of 2) sorted by relevance
5 …://github.com/YGGverse/cache-php) to save compiled pages in memory and [manticore](https://github.…17 1. `wget https://repo.manticoresearch.com/manticore-repo.noarch.deb`18 2. `dpkg -i manticore-repo.noarch.deb`20 4. `apt install git composer memcached manticore manticore-extra php-fpm php-memcached php-mysql ph…
91 $manticore = new \Manticoresearch\Client( variable93 'host' => $config->manticore->server->host,94 'port' => $config->manticore->server->port,99 $index = $manticore->index(100 $config->manticore->index->document->name119 (array) $config->manticore->index->document->settings124 if (!str_ends_with($path, $config->manticore->index->extension))