全文検索の研究用に、テストサーバに Hyper Estraier をインストール。
テストデータを入手したらいろいろ試してみなくっちゃ。
とりあえずインストール手順(書くほどでもないけど)。
cd /usr/src wget http://qdbm.sourceforge.net/qdbm-1.8.77.tar.gz tar zxvf qdbm-1.8.77.tar.gz cd qdbm-1.8.77 ./configure make make install
cd /usr/src wget http://hyperestraier.sourceforge.net/hyperestraier-1.4.13.tar.gz tar zxvf hyperestraier-1.4.13.tar.gz cd hyperestraier-1.4.13 ./configure make make install
cd /var/www/cgi-bin cp /usr/local/libexec/estseek.cgi ./ cp /usr/local/share/hyperestraier/estseek.* ./
