- part-1 : Basic PHP & MySQL Searching
- part-2 : [PHP Tutorials: jQuery: Get Data from MySQL Database without Refreshing] (https://youtu.be/Yb3c-HljFro?list=WL) 1/11/2017
- part-3 : Search Engine with PHP & Elasticsearch
- fzaninotto/Faker clone this repository into create_db folder and run db_filler.php.
- For part-3, Elastic search, Download the zip, run elastic search.bat. change the jvm options if needed;Then run
composer installin the folder containing composer.json. A vendor folder is created with necessary dependencies. require the autoload filerequire_once('vendor/autoload.php');Syntax for version - 5 to create a client is$client = Elasticsearch\ClientBuilder::create()->setHosts( ['127.0.0.1:9200'])->build();