What:

An early way of measuring how well a query matches a document in Information Retrieval (IR). This was then used for ranked information retrieval.

How:

  • (Intersection over union)

Limitations:

  • Ignores term frequency and term rarity.
    • Common words like β€œthe” is equal to a rare, important word.