Term frequency measures how often a word appears in a document. It’s a basic scoring factor in search ranking.
Term Frequency (TF) counts how many times a term appears in a document. In ranking, higher frequency usually signals higher importance—but it’s normalized to avoid bias toward long documents.
Term frequency is a basic relevance signal. It works best when combined with normalization and other ranking factors.
See these concepts in action: semantic, typo-tolerant search for Shopify stores — implemented by Rapid Search