Bug 4877 - Add DocBook for missing manual pages
[koha.git] / debian / docs / koha-rebuild-zebra.xml
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-rebuild-zebra</title>
3 <info>
4 <productname>Koha</productname> is the first free software library automation package.
5 <author>
6   <orgname>The Koha Communnity</orgname>
7   <uri>http://koha-community.org/</uri>
8 </author>
9 </info>
10
11 <refentry xml:id="koha-rebuild-zebra">
12
13   <refmeta>
14     <refentrytitle>koha-rebuild-zebra</refentrytitle>
15     <manvolnum>8</manvolnum>
16   </refmeta>
17
18   <refnamediv>
19     <refname>koha-rebuild-zebra</refname>
20     <refpurpose>Rebuild the Zebra database for a Koha instance.</refpurpose>
21     <refclass>UNIX/Linux</refclass>
22   </refnamediv>
23
24   <refsynopsisdiv>
25     <cmdsynopsis>
26       <command>koha-rebuild-zebra</command> <arg><option>-u</option>|<option>--usmarc</option></arg> <arg><option>-f</option>|<option>--full</option></arg> <arg><option>...</option></arg> <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
27     </cmdsynopsis>
28   </refsynopsisdiv>
29   
30   <refsect1><title>Options</title>
31   <variablelist> 
32     <varlistentry>
33       <term><option>-u, --usmarc</option></term>
34       <listitem>
35         <para>Runs the process as USMARC rather than the default of MARCXML.</para>
36       </listitem>
37     </varlistentry>
38     <varlistentry>
39       <term><option>-f, --full</option></term>
40       <listitem>
41         <para>Does a reindex of the whole collection.</para>
42       </listitem>
43     </varlistentry>
44     <varlistentry>
45       <term><option>-...</option></term>
46       <listitem>
47         <para>Anything else is passed directly to rebuild_zebra. This is useful in particular for -v.</para>
48       </listitem>
49     </varlistentry>
50   </variablelist>
51   </refsect1>
52
53   <refsect1><title>Description</title>
54   <para>Rebuild the Zebra database for a Koha instance.</para>
55   </refsect1>
56   
57   <refsect1><title>See also</title>
58   <simplelist type="inline">
59     <member><command>koha-restart-zebra(8)</command></member>
60     <member><command>koha-start-zebra(8)</command></member>
61     <member><command>koha-stop-zebra(8)</command></member>
62   </simplelist>
63   </refsect1>
64   
65 </refentry>
66
67 </article>