source: general/genlib/xapian.xml@ 8c5b0070

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 8c5b0070 was 8c5b0070, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to xapian-core-1.4.14.
Update to stunnel-5.56.
Update to xorg-server-1.20.6.
Update to tcl8.6.10 and tk-8.6.10.
Update to pcre2-10.34.
Update to libtasn1-4.15.0.

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

  • Property mode set to 100644
File size: 10.5 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 "714b02c306a5f11dea035da70462c288">
11 <!ENTITY xapian-size "2.8 MB">
12 <!ENTITY xapian-buildsize "185 MB (add estimated 100 MB for tests)">
13 <!ENTITY xapian-time "0.6 SBU (using parallelism=4; add estimated 180 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 &lfs90_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 The regression tests are not recommended. On a fast (3.2 GHz i7)
90 system they took over five hours and two of four tests (the valgrind
91 tests) failed. To run the test suite anyway,
92 issue: <command>make check</command>.
93 </para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>
111 copydatabase, quest, simpleexpand, simpleindex, simplesearch,
112 xapian-check, xapian-chert-update, xapian-compact, xapian-config,
113 xapian-delve, xapian-metadata, xapian-pos, xapian-progsrv,
114 xapian-replicate, xapian-replicate-server and xapian-tcpsrv
115 </seg>
116 <seg>
117 libxapian.so
118 </seg>
119 <seg>
120 /usr/include/xapian,
121 /usr/lib/cmake/xapian, and
122 /usr/share/doc/xapian-core-&xapian-version;
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="copydatabase">
133 <term><command>copydatabase</command></term>
134 <listitem>
135 <para>
136 perform a document-by-document copy of one or more
137 <application>Xapian</application> databases.
138 </para>
139 <indexterm zone="xapian copydatabase">
140 <primary sortas="b-copydatabase">copydatabase</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="quest">
146 <term><command>quest</command></term>
147 <listitem>
148 <para>
149 is a search command line tool.
150 </para>
151 <indexterm zone="xapian quest">
152 <primary sortas="b-quest">quest</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="simpleexpand">
158 <term><command>simpleexpand</command></term>
159 <listitem>
160 <para>
161 is a simple example program demonstrating query expansion.
162 </para>
163 <indexterm zone="xapian simpleexpand">
164 <primary sortas="b-simpleexpand">simpleexpand</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="simpleindex">
170 <term><command>simpleindex</command></term>
171 <listitem>
172 <para>
173 index each paragraph of a text file as a
174 <application>Xapian</application> document.
175 </para>
176 <indexterm zone="xapian simpleindex">
177 <primary sortas="b-simpleindex">simpleindex</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="simplesearch">
183 <term><command>simplesearch</command></term>
184 <listitem>
185 <para>
186 is a simple command line search utility.
187 </para>
188 <indexterm zone="xapian simplesearch">
189 <primary sortas="b-simplesearch">simplesearch</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="xapian-check">
195 <term><command>xapian-check</command></term>
196 <listitem>
197 <para>
198 check the consistency of a database or table.
199 </para>
200 <indexterm zone="xapian xapian-check">
201 <primary sortas="b-xapian-check">xapian-check</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="xapian-chert-update">
207 <term><command>xapian-chert-update</command></term>
208 <listitem>
209 <para>
210 update a chert database to the new format keys.
211 </para>
212 <indexterm zone="xapian xapian-chert-update">
213 <primary sortas="b-xapian-chert-update">xapian-chert-update</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="xapian-compact">
219 <term><command>xapian-compact</command></term>
220 <listitem>
221 <para>
222 compact a database, or merge and compact several.
223 </para>
224 <indexterm zone="xapian xapian-compact">
225 <primary sortas="b-xapian-compact">xapian-compact</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="xapian-config">
231 <term><command>xapian-config</command></term>
232 <listitem>
233 <para>
234 report information about the installed xapian.
235 </para>
236 <indexterm zone="xapian xapian-config">
237 <primary sortas="b-xapian-config">xapian-config</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xapian-delve">
243 <term><command>xapian-delve</command></term>
244 <listitem>
245 <para>
246 inspect the contents of a <application>Xapian</application>
247 database.
248 </para>
249 <indexterm zone="xapian xapian-delve">
250 <primary sortas="b-xapian-delve">xapian-delve</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="xapian-metadata">
256 <term><command>xapian-metadata</command></term>
257 <listitem>
258 <para>
259 read and write user metadata.
260 </para>
261 <indexterm zone="xapian xapian-metadata">
262 <primary sortas="b-xapian-metadata">xapian-metadata</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="xapian-pos">
268 <term><command>xapian-pos</command></term>
269 <listitem>
270 <para>
271 inspect the contents of a flint table for development or debugging.
272 </para>
273 <indexterm zone="xapian xapian-pos">
274 <primary sortas="b-xapian-pos">xapian-pos</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="xapian-progsrv">
280 <term><command>xapian-progsrv</command></term>
281 <listitem>
282 <para>
283 remote server for use with <application>ProgClient</application>.
284 </para>
285 <indexterm zone="xapian xapian-progsrv">
286 <primary sortas="b-xapian-progsrv">xapian-progsrv</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="xapian-replicate">
292 <term><command>xapian-replicate</command></term>
293 <listitem>
294 <para>
295 replicate a database from a master server to a local copy.
296 </para>
297 <indexterm zone="xapian xapian-replicate">
298 <primary sortas="b-xapian-replicate">xapian-replicate</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="xapian-replicate-server">
304 <term><command>xapian-replicate-server</command></term>
305 <listitem>
306 <para>
307 service database replication requests from clients.
308 </para>
309 <indexterm zone="xapian xapian-replicate-server">
310 <primary sortas="b-xapian-replicate-server">xapian-replicate-server</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="xapian-tcpsrv">
316 <term><command>xapian-tcpsrv</command></term>
317 <listitem>
318 <para>
319 is the TCP daemon for use with <application>Xapian</application>'s
320 remote backend.
321 </para>
322 <indexterm zone="xapian xapian-tcpsrv">
323 <primary sortas="b-xapian-tcpsrv">xapian-tcpsrv</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 </variablelist>
329
330 </sect2>
331
332</sect1>
Note: See TracBrowser for help on using the repository browser.