apod_fts
1.0.0

PostgreSQL全文搜索示例。站點tsdemo.postgrespro.ru。
apod_fts是使用Flask Web-Framework編寫的Web應用程序。要運行此應用程序,您需要安裝Flask和psycopg2 Python軟件包。
有必要在路徑環境中進行後Gresql二進製文件。要安裝所有文本搜索字典和朗姆酒索引,您可以在腳本目錄中使用腳本。使用以下命令
=> 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