Calendar Module 6

Find Your Problem

Each row pairs a problem with the feature that addresses it, and names the stage of a query where it runs.

ProblemFeatureStage
The right documents come back in the wrong orderScore boosting with a formula queryRescore
The order should account for recency or distanceDecay functions inside the formulaRescore
The accurate model is too slow to run over the whole collectionMulti-stage queryRescore
The top results are near-identicalMaximal Marginal RelevanceSelect
One document fills the page with its own chunksGroupingSelect
A better model, or user clicks, disagree with retrievalRelevance feedbackNext query
There is no query text, only examples of good and badRecommendation and Discovery APIsReplaces the query

One query drawn as three stages left to right. Retrieve, which is wide and cheap, holds prefetch, hybrid, and filters. Rescore, which runs over the candidates, holds score boosting, decay, and reranking. Select, which decides what fills the page, holds MMR and grouping.

On this page: