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