1.Hyper Estraier是一個用C語言開發的全文檢索引擎,他是由一位日本人開發的.工程註冊在sourceforge.net(http://hyperestraier.sourceforge.net).
2.Hyper的特性:
高速度,高穩定性,高可擴展性…(這可都是有原因的,不是瞎吹)
P2P架構(可譯為端對端的,不是咱們下大片用的p2p)
自帶Web Crawler
文檔權重排序良好的多位元組支援(想一想,它是由日本人開發的….)
簡單實用的API(我看了一遍,真是個個都實用,我能看懂的,也就算簡單了)
片語,正規表示式搜尋(這個有點過了,不帶這個,不是好的Full text Search Engine?)
結構化文件搜尋能力(大概就是指可以自行給文件加上一堆屬性並蒐索這些屬性吧?這個我沒有實驗)
Hyper Estraier is a full-text search system. You can search lots of documents for some documents including specified words. If you run a web site, it is useful as your own search engine for pages in yours s. search utilities of mail boxes and file servers.
The characteristic of Hyper Estraier is the following.
- High performance of search
- High scalability of target documents
- Perfect recall ratio by N-gram method
- High precision by hybrid mechanism of N-gram and morphological analyzer
- Phrase search, regular expressions, attribute search, and similarity search
- Multilingualism with Unicode
- Independent of file format and repository
- Intelligent web crawler
- Simple and powerful API
- Supporting P2P architecture
Hyper Estraier is an open-source software released under the terms of the GNU Lesser General Public License. It works on Linux, Windows, Mac OS X, and other UNIX-like systems.