source: general/genlib/xapian.xml@ 6489da7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6489da7 was c720278, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Fix xapian md5sum

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22792 af4574ff-66df-0310-9fd7-8a98e5e911e0

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