Any match distance for large documents can result in search errors - Mailing list pgsql-docs

From PG Doc comments form
Subject Any match distance for large documents can result in search errors
Date
Msg-id 175794992266.852.6874458445416625589@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/textsearch-limitations.html
Description:

Any match distance in a <N> (FOLLOWED BY), tsquery for documents with more
than 16,383 words, can result in a false positive or a false negative
result.

For N = 1 (normal phrase search) this limitation is a lot more restrictive
than N > 16,384

See
https://www.postgresql.org/message-id/17569-47d11a72a38bf8ae%40postgresql.org

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: The document contains false statements