Full-text-search dictionary with regular-expression rules.
pgext.cloud · Source code · Documentation · Control file
| Package | dict_regex |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Schema | public |
| Stars | 2 |
| Latest commit | 2018-10-07 |
| Catalogue updated | 2026-08-30 |
| dict_exclude | Full-text search dictionary that filters stop words using regular-expression rules. |
| pgpcre | Perl Compatible Regular Expression functions |
| dict_voikko | Finnish full-text-search dictionary using Voikko morphological analysis. |
| dict_roman | Full-text search dictionary that converts Roman numeral tokens to Arabic integers. |
| italian_fts | Italian full-text search dictionary |
| hunspell_xal | Kalmyk Hunspell dictionary for PostgreSQL full-text search |
| tsexample | Example C extension that defines a custom full-text parser, dictionary template, dictionary, and text-search configuration. |
| pg_ac | PostgreSQL extension for full text search |
| pg_bm25 | Full text search for PostgreSQL using BM25 |
| content_utils | Utility functions for news management and full-text search. |