Skip to content

datlowe/postgres-tsearch-czech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

jtjeferreira/docker-pgq docker with Czech full-text search dictionaries pulled from https://postgres.cz/data/czech.tar.gz.

Supported tags

  • 9.5

    Based on jtjeferreira/docker-pgq:9.5.

How to

docker build -t datlowe/postgres-pgq-tsearch-czech:9.5 .

docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=datlowe -e POSTGRES_USER=datlowe datlowe/postgres-pgq-tsearch-czech:9.5

Test it

SELECT to_tsvector('czech', 'psi a psů a lidi a lidí a ruce a vody a Měla')

Upgrading from docker-pgq image

  create text search dictionary czech_spell
    (template=ispell, dictfile=czech, afffile=czech, stopwords=czech);
  create text search configuration czech (copy=english);
  alter text search configuration czech
    alter mapping for word, asciiword with czech_spell, simple;

See also

About

Postgres pgq docker image with Czech full text search dictionaries and snowball stemmer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 66.5%
  • Shell 33.5%