zettair快速安装
20130518写
0 安装环境
centos6.0
intel i5
1官网安装指导(见文章尾)
http://www.seg.rmit.edu.au/zettair/quick_start.html
2 bug&fix
$ cd ~ $ unzip zettair-0.9.3.zip
$ cd ~ $ unzip html.zip Archive: html.zip inflating: collection/about.html inflating: collection/charset.html inflating: collection/conform.html ...
$ cd zettair-0.9.3 $ ./configure --prefix=$HOME/local/zettair-0.9.3 $ make $ make install
$ mkdir ~/index $ cd ~/index $ find ~/collection/* | ~/local/zettair-0.9.3/bin/zet -i zettair version 0.9.3 created new index 'index' sources (type html): collection/about.html collection/charset.html collection/conform.html collection/cover.html collection/references.html collection/types.html parsing collection/about.html... parsing collection/charset.html... parsing collection/conform.html... parsing collection/cover.html... parsing collection/references.html... parsing collection/types.html... merging... summary: 6 documents, 2049 distinct index terms, 0 10541 terms
A Unix note: the command find ~/collection/* lists all files in the directory ~/collection, and this is piped as input into the Zettair index construction process. The result is that Zettair indexes all files in the directory. This command does the same thing:
$ ~/local/zettair-0.9.3/bin/zet -i -c ../config/parser_settings.html -t HTML collection/about.html collection/charset.html collection/conform.html collection/cover.html collection/references.html collection/types.html
$ ~/local/zettair-0.9.3/bin/zet > Tim Berners-Lee 1. file:///collection/about.html (score 2.455709, docid 0) 2. file:///collection/references.html (score 1.087303, docid 4) 2 results of 2 shown (took 0.001164 seconds) > tags 1. file:///collection/conform.html (score 0.952401, docid 2) 2. file:///collection/references.html (score 0.664334, docid 4) 2 results of 2 shown (took 0.000962 seconds)