1、fetch phbase工作流程

(1)coordinate node构建完priority queue之后,就发送mget请求去所有shard上获取对应的document

(2)各个shard将document返回给coordinate node

(3)coordinate node将合并后的document结果返回给client客户端
ElasticSearch最佳入门实践(五十七)分布式搜索引擎内核解密之fetch phase

2、一般搜索,如果不加from和size,就默认搜索前10条,按照_score排序

相关文章:

  • 2023-02-05
  • 2021-11-23
  • 2021-12-19
  • 2021-08-14
  • 2022-01-29
  • 2021-11-07
  • 2022-01-23
  • 2021-09-03
猜你喜欢
  • 2021-12-24
  • 2021-08-06
  • 2021-08-11
  • 2023-03-23
  • 2021-12-05
相关资源
相似解决方案