library elastic-wrapper
Elastic search PHP wrapper for MVC frameworks
glodov/elastic-wrapper
Elastic search PHP wrapper for MVC frameworks
- Monday, July 16, 2018
- by glodov
- Repository
- 1 Watchers
- 0 Stars
- 59 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 2 Versions
- 48 % Grown
elastic-wrapper
Elastic search PHP wrapper for MVC frameworks, (*1)
Example of usage
Run command php tests/index.php to make indexed database of cars taken from automotive-model-year-data., (*2)
Run command php tests/search.php to see how search function works. Second initialization of $search = new Search() is required, otherwise it returns old results (from previous search matches), I did not find out why., (*3)