- Notifications
You must be signed in to change notification settings - Fork8
PostgreSQL full text search example
License
NotificationsYou must be signed in to change notification settings
za-arthur/apod_fts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PostgreSQL full text search example. Sitetsdemo.postgrespro.ru.
- ts_json provides functions to full text search with json and jsonb.
- ts_parser is the modified default text search parser fromPostgreSQL 9.6.
apod_fts
is a web-application written in Python using flask web-framework. To run this applicationyou need to installFlask
andpsycopg2
Python packages.
It is necessary that PostgreSQL binaries are in PATH environment. To install all text search dictionaries and RUM index you can use scripts in script directory. Use the following commands
=> cd apod_fts=> createdb apod=> psql apod < scripts/apod.dump=> chmod +x scripts/01-create-configuration.sh=> scripts/01-create-configuration.sh=> chmod +x scripts/02-create-rum.sh=> scripts/02-create-rum.sh=> chmod +x scripts/03-fuzzy-hints.sh=> scripts/03-fuzzy-hints.sh
About
PostgreSQL full text search example
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.