ElasticSearch最佳入門實踐(五十七)分佈式搜索引擎內核解密之fetch phase

1、fetch phbase工作流程 (1)coordinate node構建完priority queue之後,就發送mget請求去所有shard上獲取對應的document (2)各個shard將document返回給coordinate node (3)coordinate node將合併後的document結果返回給client客戶端 2、一般搜索,如果不加from和size,就默認搜索前
相關文章
相關標籤/搜索