Elasticsearch查询使用scroll id returns index not found异常

Elasticsearch query by using scroll id returns index not found exception

在查询索引时,它给出了预期的结果,但在给滚动 ID returns 状态时,状态为 404。错误是 type: "index_not_found_exception" 滚动 ID 长度为 5604.

你能尝试做 POST 请求而不是 GET 吗?

您不必将其作为 URL 的一部分传递。您只需将其发送到 请求正文 (http://www.elasticsearch.org/guide/reference/api/search/search-type/)。 参考:https://discuss.elastic.co/t/ridiculously-long-scroll-id/12913/4