Part of canonical.launchpad.components.storm_operators View In Hierarchy
Full text rank function.
Implements the PostgreSQL ts_rank() function:
ts_rank(
[ weights float4[], ]
vector tsvector,
query tsquery [,
normalization integer ])
Returns a float4.