elasticsearch php body为空
作者:会飞的
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php153行performRequest方法//$body = $this->serializer->serialize($body);修改为:$body = json_encode($body);
vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php
153行
performRequest方法
//$body = $this->serializer->serialize($body);
修改为:
$body = json_encode($body);
猜你喜欢
您可能感兴趣的文章:
- PHP中strtr和str_replace比较
- PHP中超时提示Fatal error Maximum execution time of 30 seconds exceeded的解决方案
- PHP中的stristr(),strstr(),strpos()速度比较
- rawurlencode()和urlencode()函数区别
- Smarty优缺点
- Warning Cannot modify header information - headers already sent by
- 编写安全 PHP 应用程序的七个习惯
- 二维数组的array_unique函数
- 截取中文字符串时屏蔽乱码
- 静态页面已不利于搜索引擎优化和收录和排名
- 企业网站优化的弊端如何改变
- 去掉桌面图标阴影
- 如何针对MSN搜索进行网站优化
- 使用 mb_detect_encoding() 函数来判断字符串是什么编码的
- 网页状态码的含义网页错误类型详情
- 用php处理百万级以上的数据提高查询速度的方法
- 用php防止XSS跨站脚本攻击的方法
- 用php过滤网页中所有的html,css,js代码
- elasticsearch php Content-Type header [] is not supported