Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Where to put snowball files to add a snowball stemmer to PostgreSQL database?

$
0
0

I’ve downloaded Czech snowball stemmer source files (.c, .h files) and compiled them into .o files and I know the correct SQL syntax for adding the dictionary (it’s in the docs).

I keep getting the following error though.

ERROR: no Snowball stemmer available for language "czech" and encoding "UTF8"

Where should I put the files in the PG installation for the CREATE TEXT SEARCH DICTIONARY to get them?


Viewing all articles
Browse latest Browse all 1138

Trending Articles