PostgreSQL-compatible full-text value semantics.
This namespace owns the SQL-visible normalization and canonical text form. A secondary index (Scriptum or otherwise) may use these values to find candidates, but must not substitute its parser, analyzer, or scores for PostgreSQL semantics.
PostgreSQL-compatible full-text value semantics. This namespace owns the SQL-visible normalization and canonical text form. A secondary index (Scriptum or otherwise) may use these values to find candidates, but must not substitute its parser, analyzer, or scores for PostgreSQL semantics.
(phraseto-tsquery config text)Build canonical phrase tsquery text. Distances use original token positions, so removing stop words widens <N> exactly as PostgreSQL does.
Build canonical phrase tsquery text. Distances use original token positions, so removing stop words widens <N> exactly as PostgreSQL does.
(plainto-tsquery config text)Build canonical tsquery text, treating punctuation as separators and joining retained lexemes with AND.
Build canonical tsquery text, treating punctuation as separators and joining retained lexemes with AND.
(ts-lexize dictionary token)Apply a PostgreSQL text-search dictionary and return text[].
The initial compatibility boundary covers english_stem and simple. Other dictionaries fail explicitly until catalog-backed resolution exists.
Apply a PostgreSQL text-search dictionary and return text[]. The initial compatibility boundary covers english_stem and simple. Other dictionaries fail explicitly until catalog-backed resolution exists.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |