mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
docs: Add short "cover density" description
Also, previous commit 1420f3a982
to fix
ts_rank_cd() for stripped lexemes was from a patch created by Alex Hill.
This commit is contained in:
@@ -885,7 +885,9 @@ SELECT plainto_tsquery('english', 'The Fat & Rats:C');
|
|||||||
ranking for the given document vector and query, as described in
|
ranking for the given document vector and query, as described in
|
||||||
Clarke, Cormack, and Tudhope's "Relevance Ranking for One to Three
|
Clarke, Cormack, and Tudhope's "Relevance Ranking for One to Three
|
||||||
Term Queries" in the journal "Information Processing and Management",
|
Term Queries" in the journal "Information Processing and Management",
|
||||||
1999.
|
1999. Cover density is similar to <function>ts_rank</> ranking
|
||||||
|
except that the proximity of matching lexemes to each other is
|
||||||
|
taken into consideration.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user