Skip to content

Japanese FTS (full text search) support for PostgreSQL based on MeCab

Notifications You must be signed in to change notification settings

dex-max/textsearch_ja

Repository files navigation

textsearch_ja

PostgreSQL extension to support full text search for Japanese. Uses MeCab for tokenizing and the mecab-ipadic dictionary.

Fork of textsearch_ja 9.0.0 from the pgFoundry archive.

For original documentation, check the Japanese README

Usage (Docker)

Run the container with this command

docker run -d \
    --name <container name> \
    -p <port>:5432 \
    -e POSTGRES_USERNAME=<username> \
    -e POSTGRES_PASSWORD=<password> \
    dexmax1/textsearch_ja

The only required option is the POSTGRES_PASSWORD environment variable

If POSTGRES_USERNAME is not supplied, then it will default to user 'postgres'

For more information on running a PostgreSQL docker container, see the postgres docs

About

Japanese FTS (full text search) support for PostgreSQL based on MeCab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published