php-docker-boilerplate icon indicating copy to clipboard operation
php-docker-boilerplate copied to clipboard

Integration of Sphinx

Open dgram opened this issue 9 years ago • 4 comments

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

dgram avatar Mar 10 '16 12:03 dgram

Sphinx, the open source search server?

josefglatz avatar Mar 10 '16 14:03 josefglatz

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

dgram avatar Mar 11 '16 22:03 dgram

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

mblaschke avatar May 29 '16 17:05 mblaschke

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

htuscher avatar Sep 03 '16 14:09 htuscher