首先运行扩展:
composer require elasticsearch/elasticsearch
在线文档:
https://www.elastic.co/guide/cn/elasticsearch/php/current/index.html
PHP操作ES的基本文档
- 概述
- 快速开始
- 安装
- 配置
- 按请求配置
- Future 模式
- PHP 处理 JSON 数组或对象
- 索引管理
- 索引文档
- 获取文档
- 更新文档
- 删除文档
- 搜索操作
- 命名空间
- 安全
- 连接池
- 选择器
- 序列化器
- PHP 版本需求
- Breaking changes from 5.x
- 社区 DSLs
- Community Integrations
- Reference - Endpoints