【发布时间】:2020-11-19 13:26:49
【问题描述】:
有没有办法在 Elastic Search 中以 json 格式(或其他方式)转储上次运行的查询?理想情况下,在使用 PHP Lib 时。 (https://github.com/elastic/elasticsearch-php)
【问题讨论】:
-
如果您将日志级别设置为 DEBUG,您应该会在调试日志中看到 request being sent 和 received response。
-
@Val 你能把这个添加为答案吗?
标签: php elasticsearch