It is a sample search system for Groonga family such as Groonga, Droonga, Mroonga and PGroonga. It searches Wikipedia data.
You can use the search system for the following proposes:
TODO
You need to set up clean CentOS environment. Run the following command lines to run benchmark for PGroonga versus pg_bigm:
% sudo yum install -y git
% git clone https://github.com/groonga/wikipedia-search.git
% cd wikipedia-search
% benchmark/centos6/pgroonga.sh |& tee benchmark.log
The benchmark script does the followings:
If you use Ubuntu 12.04LTS, you need to install depending library via apt:
% sudo apt-get install libgecode-dev
Then, install "berks":
% cd chef
% bundle install --path vendor/bundle
% bundle exec berks
CC0 1.0 Universal. See LICENSE.txt for details.