In one of my project i am planning to use ElasticSearch with mysql.
I have successfully installed ElasticSearch. I am able to manage index in ES separately. but i don\'t kno
To make it more simple I have created a PHP class to Setup MySQL with Elasticsearch. Using my Class you can sync your MySQL data in elasticsearch and also perform full-text search. You just need to set your SQL query and class will do the rest for you.