glodov / elastic-wrapper
适用于 MVC 框架的 Elastic 搜索 PHP 封装
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: 2024-09-29 03:00:00 UTC
README
适用于 MVC 框架的 Elastic 搜索 PHP 封装
使用示例
运行命令 php tests/index.php
以创建从 automotive-model-year-data 中获取的汽车索引数据库。
运行命令 php tests/search.php
以查看搜索功能的工作方式。需要第二次初始化 $search = new Search()
,否则会返回旧的结果(来自之前的搜索匹配),我没有找到原因。