在单一keyword搜索的时候,第二步我们进行内存搜索,里面智能排序的posting llist和doc id排序的posting list会有duplicate吗,有了智能排序的posting list为啥还需要doc id 排序的posting list?
智能posting list和doc id 排序的会有重复。智能posting list的文章是doc id posting list的一个子集,所以都需要看。比如智能posting list可以提供头几页的返回结果。
在单一keyword搜索的时候,第二步我们进行内存搜索,里面智能排序的posting llist和doc id排序的posting list会有duplicate吗,有了智能排序的posting list为啥还需要doc id 排序的posting list?
智能posting list和doc id 排序的会有重复。智能posting list的文章是doc id posting list的一个子集,所以都需要看。比如智能posting list可以提供头几页的返回结果。