Queries vs. Filters

前端 未结 8 826
太阳男子
太阳男子 2020-11-29 15:20

I can\'t see any description of when I should use a query or a filter or some combination of the two. What is the difference between them? Can anyone please explain?

8条回答
  •  渐次进展
    2020-11-29 15:57

    Queries : calculate score; thus they’re able to return results sorted by relevance. Filters : don’t calculate score, making them faster and easier to cache.

提交回复
热议问题