source: general/genlib/xapian.xml@ 55239a6

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 55239a6 was 067ccc06, checked in by Douglas R. Reno <renodr@…>, 8 months ago

Update to xapian-core-1.4.24

  • Property mode set to 100644
File size: 11.0 KB
RevLine 
[0476a00]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xapian-download-http
[c6b192c]8 "https://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
[0476a00]9 <!ENTITY xapian-download-ftp " ">
[067ccc06]10 <!ENTITY xapian-md5sum "f0136a41451567099ac9d2b5ff028e77">
11 <!ENTITY xapian-size "3.0 MB">
12 <!ENTITY xapian-buildsize "195 MB (add 163 MB for tests)">
13 <!ENTITY xapian-time "0.7 SBU (using parallelism=4; add 16 SBU for tests)">
[0476a00]14]>
15
16<sect1 id="xapian" xreflabel="xapian-&xapian-version;">
17 <?dbhtml filename="xapian.html"?>
18
19
20 <title>Xapian-&xapian-version;</title>
21
22 <indexterm zone="xapian">
23 <primary sortas="a-xapian">xapian</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to xapian</title>
28
29 <para>
30 Xapian is an open source search engine library.
31 </para>
32
[6aa631b]33 &lfs120_checked;
[0476a00]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[d56e7df]38 <para>
39 Download (HTTP): <ulink url="&xapian-download-http;"/>
40 </para>
[0476a00]41 </listitem>
42 <listitem>
[d56e7df]43 <para>
44 Download (FTP): <ulink url="&xapian-download-ftp;"/>
45 </para>
[0476a00]46 </listitem>
47 <listitem>
[d56e7df]48 <para>
49 Download MD5 sum: &xapian-md5sum;
50 </para>
[0476a00]51 </listitem>
52 <listitem>
[d56e7df]53 <para>
54 Download size: &xapian-size;
55 </para>
[0476a00]56 </listitem>
57 <listitem>
[d56e7df]58 <para>
59 Estimated disk space required: &xapian-buildsize;
60 </para>
[0476a00]61 </listitem>
62 <listitem>
[d56e7df]63 <para>
64 Estimated build time: &xapian-time;
65 </para>
[0476a00]66 </listitem>
67 </itemizedlist>
68
[94945733]69 <bridgehead renderas="sect3">Xapian Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional">
[d373629]73 <xref linkend="valgrind"/> (for tests)
[94945733]74 </para>
75
[0476a00]76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Xapian</title>
[ed07746]81 <!-- Interesting footnote - SSE support is only enabled on i686.
82 There seems to be some trickery involved in that. It's not essential
83 to operation on x86_64 though, so look into it at the next version of
84 xapian. -->
[0476a00]85
[d56e7df]86 <para>
87 Install <application>Xapian</application> by
88 running the following commands:
89 </para>
[0476a00]90
[7a34460d]91<screen><userinput>./configure --prefix=/usr \
92 --disable-static \
[38fb1e3]93 --docdir=/usr/share/doc/xapian-core-&xapian-version; &amp;&amp;
[0476a00]94make</userinput></screen>
95
96 <para>
[e0013c4]97 <!--
[cb1e2842]98 The regression tests are not recommended. On a fast (3.2 GHz i7)
99 system they took over five hours and two of four tests (the valgrind
[8558044]100 tests) failed. To run the test suite anyway,
101 issue: <command>make check</command>.
[e0013c4]102 The tests with 1.4.15 took under an hour, at 34 SBU total. Marking
[48771ae]103 the test suite as usable again. I had four passes and 0 failures:
[e0013c4]104 PASS: apitest
105 PASS: internaltest
106 PASS: stemtest
107 PASS: unittest
108 I did have Valgrind installed too. -renodr -->
109 To run the test suite, issue: <command>make check</command>.
[0476a00]110 </para>
111
[d56e7df]112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
[0476a00]115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
[ed07746]130 copydatabase, quest, simpleexpand, simpleindex, simplesearch,
[e0013c4]131 xapian-check, xapian-compact, xapian-config,
[8558044]132 xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv,
[ed07746]133 xapian-replicate, xapian-replicate-server and xapian-tcpsrv
[0476a00]134 </seg>
135 <seg>
136 libxapian.so
137 </seg>
138 <seg>
[f3429309]139 /usr/include/xapian,
[e0013c4]140 /usr/lib/cmake/xapian,
141 /usr/share/doc/xapian-core-&xapian-version;, and
142 /usr/share/xapian-core
[0476a00]143 </seg>
144 </seglistitem>
145 </segmentedlist>
[4e95b37b]146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="copydatabase">
153 <term><command>copydatabase</command></term>
154 <listitem>
155 <para>
[ff40dcf]156 performs a document-by-document copy of one or more
[4c24eb0a]157 <application>Xapian</application> databases
[4e95b37b]158 </para>
159 <indexterm zone="xapian copydatabase">
160 <primary sortas="b-copydatabase">copydatabase</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="quest">
166 <term><command>quest</command></term>
167 <listitem>
168 <para>
[4c24eb0a]169 is a command line tool to search through a database
[4e95b37b]170 </para>
171 <indexterm zone="xapian quest">
172 <primary sortas="b-quest">quest</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="simpleexpand">
178 <term><command>simpleexpand</command></term>
179 <listitem>
180 <para>
[4c24eb0a]181 is a simple example program demonstrating query expansion
[4e95b37b]182 </para>
183 <indexterm zone="xapian simpleexpand">
184 <primary sortas="b-simpleexpand">simpleexpand</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="simpleindex">
190 <term><command>simpleindex</command></term>
191 <listitem>
192 <para>
[ff40dcf]193 indexes each paragraph of a text file as a
[4c24eb0a]194 <application>Xapian</application> document
[4e95b37b]195 </para>
196 <indexterm zone="xapian simpleindex">
197 <primary sortas="b-simpleindex">simpleindex</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="simplesearch">
203 <term><command>simplesearch</command></term>
204 <listitem>
205 <para>
[4c24eb0a]206 is a simple command line search utility
[4e95b37b]207 </para>
208 <indexterm zone="xapian simplesearch">
209 <primary sortas="b-simplesearch">simplesearch</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="xapian-check">
215 <term><command>xapian-check</command></term>
216 <listitem>
217 <para>
[4c24eb0a]218 checks the consistency of a database or table
[4e95b37b]219 </para>
220 <indexterm zone="xapian xapian-check">
221 <primary sortas="b-xapian-check">xapian-check</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
[e0013c4]226 <!--
[4e95b37b]227 <varlistentry id="xapian-chert-update">
228 <term><command>xapian-chert-update</command></term>
229 <listitem>
230 <para>
231 update a chert database to the new format keys.
232 </para>
233 <indexterm zone="xapian xapian-chert-update">
234 <primary sortas="b-xapian-chert-update">xapian-chert-update</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
[e0013c4]238 No longer installed in 1.4.15. - renodr
239 -->
[4e95b37b]240
241 <varlistentry id="xapian-compact">
242 <term><command>xapian-compact</command></term>
243 <listitem>
244 <para>
[4c24eb0a]245 compacts a database, or merges and compacts several databases
[4e95b37b]246 </para>
247 <indexterm zone="xapian xapian-compact">
248 <primary sortas="b-xapian-compact">xapian-compact</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="xapian-config">
254 <term><command>xapian-config</command></term>
255 <listitem>
256 <para>
[067ccc06]257 reports information about the installed version of xapian
[4e95b37b]258 </para>
259 <indexterm zone="xapian xapian-config">
260 <primary sortas="b-xapian-config">xapian-config</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
[ed07746]265 <varlistentry id="xapian-delve">
266 <term><command>xapian-delve</command></term>
[4e95b37b]267 <listitem>
268 <para>
[ff40dcf]269 inspects the contents of a <application>Xapian</application>
[4c24eb0a]270 database
[4e95b37b]271 </para>
[ed07746]272 <indexterm zone="xapian xapian-delve">
273 <primary sortas="b-xapian-delve">xapian-delve</primary>
[4e95b37b]274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="xapian-metadata">
279 <term><command>xapian-metadata</command></term>
280 <listitem>
281 <para>
[4c24eb0a]282 reads and writes user metadata
[4e95b37b]283 </para>
284 <indexterm zone="xapian xapian-metadata">
285 <primary sortas="b-xapian-metadata">xapian-metadata</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
[ed07746]290 <varlistentry id="xapian-pos">
291 <term><command>xapian-pos</command></term>
292 <listitem>
293 <para>
[4c24eb0a]294 inspects the contents of a flint table for development or debugging
[ed07746]295 </para>
296 <indexterm zone="xapian xapian-pos">
297 <primary sortas="b-xapian-pos">xapian-pos</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
[4e95b37b]302 <varlistentry id="xapian-progsrv">
303 <term><command>xapian-progsrv</command></term>
304 <listitem>
305 <para>
[4c24eb0a]306 is a remote server for use with <application>ProgClient</application>
[4e95b37b]307 </para>
308 <indexterm zone="xapian xapian-progsrv">
309 <primary sortas="b-xapian-progsrv">xapian-progsrv</primary>
310 </indexterm>
311 </listitem>
312 </varlistentry>
313
314 <varlistentry id="xapian-replicate">
315 <term><command>xapian-replicate</command></term>
316 <listitem>
317 <para>
[4c24eb0a]318 replicates a database from a master server to a local copy
[4e95b37b]319 </para>
320 <indexterm zone="xapian xapian-replicate">
321 <primary sortas="b-xapian-replicate">xapian-replicate</primary>
322 </indexterm>
323 </listitem>
324 </varlistentry>
325
326 <varlistentry id="xapian-replicate-server">
327 <term><command>xapian-replicate-server</command></term>
328 <listitem>
329 <para>
[4c24eb0a]330 services database replication requests from clients
[4e95b37b]331 </para>
332 <indexterm zone="xapian xapian-replicate-server">
333 <primary sortas="b-xapian-replicate-server">xapian-replicate-server</primary>
334 </indexterm>
335 </listitem>
336 </varlistentry>
337
338 <varlistentry id="xapian-tcpsrv">
339 <term><command>xapian-tcpsrv</command></term>
340 <listitem>
341 <para>
342 is the TCP daemon for use with <application>Xapian</application>'s
[4c24eb0a]343 remote backend
[4e95b37b]344 </para>
345 <indexterm zone="xapian xapian-tcpsrv">
346 <primary sortas="b-xapian-tcpsrv">xapian-tcpsrv</primary>
347 </indexterm>
348 </listitem>
349 </varlistentry>
350
351 </variablelist>
352
[0476a00]353 </sect2>
354
355</sect1>
Note: See TracBrowser for help on using the repository browser.