TF-IDF and cover-density ranking functions for tsvector/tsquery using document-frequency statistics from a table.
pgext.cloud · Source code · Documentation · Control file
| Package | setrank |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Unmaintained |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2018-10-08 |
| Catalogue updated | 2026-08-30 |
| tsvector2 | Compressed alternative to PostgreSQL tsvector without the original 1 MB limit, with compatible search functions and GIN, GiST, and optional RUM indexing. |
| pg_doc_store | Provides a JSONB document-store API with full-text search. |
| pg_tsparser | Parser for PostgreSQL text search |
| dict_voikko | Finnish full-text-search dictionary using Voikko morphological analysis. |
| dict_exclude | Full-text search dictionary that filters stop words using regular-expression rules. |
| simple_parser | C full-text-search parser that splits input only at ASCII space characters, preserving punctuation such as underscores inside tokens. |
| dict_regex | Full-text-search dictionary with regular-expression rules. |
| italian_fts | Italian full-text search dictionary |