From 0b5c0f3bc78d72b753387f84b9188709af3ef8fb Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 24 Mar 2014 15:46:59 -0400
Subject: [PATCH] docs:  Add short "cover density" description

Also, previous commit 1420f3a9827a39e5c6c998f6fa35a6fc97903145 to fix
ts_rank_cd() for stripped lexemes was from a patch created by Alex Hill.
---
 doc/src/sgml/textsearch.sgml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 9e78286bb59..fd54c4425dc 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -885,7 +885,9 @@ SELECT plainto_tsquery('english', 'The Fat &amp; Rats:C');
         ranking for the given document vector and query, as described in
         Clarke, Cormack, and Tudhope's "Relevance Ranking for One to Three
         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>
-- 
GitLab