webdevops / php-docker-boilerplate

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/php-docker-boilerplate/
MIT License
562 stars 186 forks source link

Integration of Sphinx #28

Open dgram opened 8 years ago

dgram commented 8 years ago

Hey guys,

is it planned to integrate sphinx? It would be really fine, so it can speed up massive without any big changes of queries.

regards

josefglatz commented 8 years ago

Sphinx, the open source search server?

dgram commented 8 years ago

hi, yes right - http://sphinxsearch.com/. this makes the implementation with mariadb, which includes by default the plugin very easy do implement.

mblaschke commented 8 years ago

Added an example for sphinx for building documentation inside Makefile: https://github.com/webdevops/Dockerfile/blob/develop/Makefile#L72

htuscher commented 8 years ago

As we provide Solr, you might not want to use Sphinx-Search.