/[hyperestraier]/upstream/0.5.3/doc/index.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /upstream/0.5.3/doc/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Wed Aug 3 15:25:48 2005 UTC (18 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 5683 byte(s)
import of upstream 0.5.3

1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
7 <head>
8 <meta http-equiv="Content-Language" content="en" />
9 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10 <meta http-equiv="Content-Style-Type" content="text/css" />
11 <meta name="author" content="Mikio Hirabayashi" />
12 <meta name="keywords" content="Hyper Estraier, Estraier, full-text search, API" />
13 <meta name="description" content="homepage of Hyper Estraier" />
14 <link rel="contents" href="./" />
15 <link rel="alternate" href="index-ja.html" hreflang="ja" title="the Japanese version" />
16 <link rel="stylesheet" href="common.css" />
17 <link rel="icon" href="icon16.png" />
18 <link rev="made" href="mailto:mikio@users.sourceforge.net" />
19 <title>Hyper Estraier: a full-text search system for communities</title>
20 </head>
21
22 <body>
23
24 <h1>Hyper Estraier: a full-text search system for communities</h1>
25
26 <div class="note">Copyright (C) 2004-2005 Mikio Hirabayashi</div>
27 <div class="note">Last Update: Mon, 01 Aug 2005 00:50:38 +0900</div>
28 <div class="navi">[<span class="void">English</span>/<a href="index.ja.html" hreflang="ja">Japanese</a>]</div>
29
30 <div class="logo"><img src="logo.png" alt="Hyper Estraier" width="300" height="110" /></div>
31
32 <hr />
33
34 <h2>Overview</h2>
35
36 <p>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 your site. Also, it is useful as search utilities of mail boxes and file servers.</p>
37
38 <p>The characteristic of Hyper Estraier is the following.</p>
39
40 <ul>
41 <li>High performance of search</li>
42 <li>High scalability of target documents</li>
43 <li>Perfect recall ratio by N-gram method</li>
44 <li>Phrase search, attribute search, and similarity search</li>
45 <li>Multilingualism with Unicode</li>
46 <li>Independent of file format and repository</li>
47 <li>Simple and powerful API</li>
48 <li>Supporting P2P architecture</li>
49 </ul>
50
51 <p>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.</p>
52
53 <hr />
54
55 <h2>Documents</h2>
56
57 <p>The following are documents of Hyper Estraier. They are contained also in the source package.</p>
58
59 <ul>
60 <li><a href="intro-en.html">Introduction</a></li>
61 <li><a href="uguide-en.html">User's Guide</a></li>
62 <li><a href="pguide-en.html">Programming Guide</a></li>
63 <li><a href="nguide-en.html">P2P Guide</a></li>
64 </ul>
65
66 <hr />
67
68 <h2>Download</h2>
69
70 <p>The following are packages of Hyper Estraier.</p>
71
72 <ul>
73 <li><a href="http://hyperestraier.sourceforge.net/hyperestraier-0.5.3.tar.gz">Latest Source Package (version 0.5.3)</a></li>
74 </ul>
75
76 <ul>
77 <li><a href="http://hyperestraier.sourceforge.net/past/">Past Versions</a></li>
78 <li><a href="http://hyperestraier.sourceforge.net/win/">Binary Packages for Windows</a></li>
79 </ul>
80
81 <hr />
82
83 <h2>Language Bindings</h2>
84
85 <p>If you are a programmer of Python, Ruby, or Perl, bindings for them are useful.</p>
86
87 <ul>
88 <li><a href="http://hyperestraier.sourceforge.net/binding/">Sub Progject of Language Bindings</a></li>
89 </ul>
90
91 <p>The class library for Java is also provided.</p>
92
93 <ul>
94 <li><a href="japidoc/">Documents for Java</a></li>
95 <li><a href="http://hyperestraier.sourceforge.net/jar/">Binary Packages for Java</a></li>
96 </ul>
97
98 <p>The class library for Ruby is also provided.</p>
99
100 <ul>
101 <li><a href="rbapidoc/">Documents for Ruby</a></li>
102 <li><a href="http://hyperestraier.sourceforge.net/rb/">Modules for Ruby</a></li>
103 </ul>
104
105 <hr />
106
107 <h2>Demonstration</h2>
108
109 <p>The following are demonstration sites of Hyper Estraier.</p>
110
111 <ul>
112 <li><a href="http://rbbs.sourceforge.jp/cgi-bin/estdemo-en/estseek.cgi">Full-text Search of Java2 Documentation in English</a></li>
113 <li><a href="http://rbbs.sourceforge.jp/cgi-bin/estdemo-ja/estseek.cgi">Full-text Search of Java2 Documentation in Japanese</a></li>
114 </ul>
115
116 <hr />
117
118 <h2>Related Links</h2>
119
120 <p>The following are related links of Hyper Estraier.</p>
121
122 <ul>
123 <li><a href="http://qdbm.sourceforge.net/">QDBM</a> : internal database engine of Hyper Estraier</li>
124 <li><a href="http://www.gnu.org/software/libiconv/">Libiconv</a> : character code converter used in Hyper Estraier</li>
125 <li><a href="http://www.gzip.org/zlib/">Zlib</a> : data compressor used in Hyper Estraier</li>
126 <li><a href="http://estraier.sourceforge.net/">Estraier</a> : predecessor of Hyper Estraier</li>
127 </ul>
128
129 <hr />
130
131 <h2>Information</h2>
132
133 <p>Hyper Estraier was written and is maintained by <a href="http://qdbm.sourceforge.net/mikio/">Mikio Hirabayashi</a>. You can contact the author by e-mail to `mikio@users.sourceforge.net'. However, as for topics which can be shared among other users, please send it to one of the mailing lists. To join the mailing list in English, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users</a>'. To join the mailing list in Japanese, refer to `<a href="http://lists.sourceforge.net/lists/listinfo/hyperestraier-users-ja">http://lists.sourceforge.net/lists/listinfo/hyperestraier-users-ja</a>'.</p>
134
135 <p>The project page on SourceForge.net is `<a href="http://sourceforge.net/projects/hyperestraier/">http://sourceforge.net/projects/hyperestraier/</a>'. Update of this project is announced on Freshmeat.net at `<a href="http://freshmeat.net/projects/hyperestraier/">http://freshmeat.net/projects/hyperestraier/</a>'.</p>
136
137 <hr />
138
139 </body>
140
141 </html>
142
143 <!-- END OF FILE -->

  ViewVC Help
Powered by ViewVC 1.1.26