fandypeng / redis-fulltext-search-cn

A chinese fulltext search engine based on redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redis Fulltext Search Engine for chinese

It's a new project,mostly used for replace the use fulltext search in mysql for chinese website. Any questions? Mail me : wenhui@ncu.me

NOTICE : this project is under highly development,can't not be used in productive situation!!!!!

Requirements:

This search engine is written in PHP and is base on redis and scws.So you need to install a capable runtime environment at first:

You need a webserver(like apache or nginx),a php module(php5_module for apache, or php-fpm for nginx),a php extension for redis operations(here we use phpredis) and the scws extension(github project:scws).

Usage:

see example/index.php

About

A chinese fulltext search engine based on redis


Languages

Language:PHP 100.0%