1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-indexer</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-indexer">
14 <refentrytitle>koha-indexer</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-indexer</refname>
20 <refpurpose>Manage the indexer daemon for Koha instances.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-indexer</command>
27 <arg choice="req"><option>--start</option>|<option>--stop</option>|<option>--restart</option>|<option>--help</option>|<option>-h</option>|<option>--quiet</option>|<option>-q</option></arg>
28 <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
32 <refsect1><title>Options</title>
37 <term><option>--start</option></term>
39 <para>Start the indexer daemon for the desired Koha instances.</para>
44 <term><option>--stop</option></term>
46 <para>Stop the indexer daemon for the desired Koha instances.</para>
51 <term><option>--restart</option></term>
53 <para>Restart the indexer daemon for the desired Koha instances.</para>
58 <term><option>--quiet|-q</option></term>
60 <para>Make the script quiet about non existent instance names. Useful when calling <command>koha-indexer</command> from another scripts.</para>
65 <term><option>--help|-h</option></term>
67 <para>Show usage information.</para>
74 <refsect1><title>Description</title>
75 <para>The <command>koha-indexer</command> script lets you manage your Koha instances indexer daemon.</para>
78 <refsect1><title>See also</title>
79 <simplelist type="inline">
80 <member><command>/etc/default/koha-common</command></member>