glodov / elastic-wrapper
Elastic search PHP wrapper for MVC frameworks
0.3.0
2018-07-16 09:36 UTC
Requires
- php: >=5.6
- elasticsearch/elasticsearch: ^5.3
This package is not auto-updated.
Last update: 2025-04-13 06:20:20 UTC
README
Elastic search PHP wrapper for MVC frameworks
Example of usage
Run command php tests/index.php
to make indexed database of cars taken from automotive-model-year-data.
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.