Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PostgreSQL full text search example

License

NotificationsYou must be signed in to change notification settings

za-arthur/apod_fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres Professional

apod_fts

PostgreSQL full text search example. Sitetsdemo.postgrespro.ru.

Modules

  • ts_json provides functions to full text search with json and jsonb.
  • ts_parser is the modified default text search parser fromPostgreSQL 9.6.

Installing

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp