tsrank
tsrank is a term that appears in several technical contexts and does not refer to a single, universally defined concept. Broadly, it denotes a ranking score or function associated with data that is used to order items by relevance, similarity, or importance. Because different domains package or expose the concept under similar names, the precise behavior of tsrank is context-dependent.
In PostgreSQL, ts_rank is a built-in function used in full-text search. Given a tsvector that encodes document
In other domains, tsrank may appear as a generic term for a time-series or text-scoring ranking method
See also ts_rank and ts_rank_cd in PostgreSQL, full-text search ranking, ranking algorithms, and time-series analysis.