Liking cljdoc? Tell your friends :D

datahike.pg.tsearch

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.
raw docstring

phraseto-tsqueryclj

(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.
sourceraw docstring

plainto-tsqueryclj

(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.
sourceraw docstring

ts-lexizeclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close