作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在默认集群配置中使用 Elasticsearch 6.8.4。
当我执行gremlin查询时,出现如下错误:
"message": "method [POST], host [http://es03:9200], URI [/_search/scroll], status line [HTTP/1.1 404 Not Found]\n{\"error\":{\"root_cause\":[{\"type\":\"search_context_missing_exception\",\"reason\":\"No search context found for id [36001442]\"}
是什么原因导致此问题?
最佳答案
Using the below configuration in elastic search indexing for Janusgraph
index.search.elasticsearch.create.ext.number_of_shards=5
index.search.elasticsearch.create.ext.number_of_replicas=2
index.search.elasticsearch.scroll-keep-alive=600
index.search.elasticsearch.setup-max-open-scroll-contexts=2000
关于elasticsearch - elasticsearch客户端ResponseException-未找到ID的搜索上下文(search_context_missing_exception),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62809063/
我在默认集群配置中使用 Elasticsearch 6.8.4。 当我执行gremlin查询时,出现如下错误: "message": "method [POST], host [http://es03
我正在使用 Search::Elasticsearch 和 Search::Elasticsearch::Scroll 进行搜索并滚动到我的 elasticsearch 服务器。 在滚动过程中,对于某
我正在使用 searchScroll 从一个索引中获取超过 100k 文档,并在所有 100K 文档中再添加一个字段。然后再次将这些文档插入到另一个新索引中。 我正在使用SearchScroll AP
Spark 任务因“找不到 id 的搜索上下文”而失败。我尝试了几个选项,例如 spark.es.input.max.docs.per.partition 250 spark.es.scroll.si
我是一名优秀的程序员,十分优秀!