zebraidx man: document check command ZEB-656
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 24 Jun 2013 09:47:49 +0000 (11:47 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 24 Jun 2013 09:48:14 +0000 (11:48 +0200)
and sort list of options.

doc/zebraidx.xml

index e908508..b733d5c 100644 (file)
  <refsynopsisdiv>
   <cmdsynopsis>
    <command>zebraidx</command>
-   <arg choice="opt"><option>-t <replaceable>type</replaceable></option></arg>
    <arg choice="opt"><option>-c <replaceable>config</replaceable></option></arg>
-   <arg choice="opt"><option>-g <replaceable>group</replaceable></option></arg>
    <arg choice="opt"><option>-d <replaceable>database</replaceable></option></arg>
+   <arg choice="opt"><option>-f <replaceable>number</replaceable></option></arg>
+   <arg choice="opt"><option>-g <replaceable>group</replaceable></option></arg>
+   <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
+   <arg choice="opt"><option>-L</option></arg>
    <arg choice="opt"><option>-m <replaceable>mbytes</replaceable></option></arg>
    <arg choice="opt"><option>-n</option></arg>
    <arg choice="opt"><option>-s</option></arg>
    <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
-   <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
-   <arg choice="opt"><option>-L</option></arg>
-   <arg choice="opt"><option>-f <replaceable>number</replaceable></option></arg>
+   <arg choice="opt"><option>-t <replaceable>type</replaceable></option></arg>
    <arg choice="opt"><option>-v</option></arg>
    <arg choice="req"><replaceable>command</replaceable></arg>
    <arg choice="opt" rep="repeat"><replaceable>file</replaceable></arg>
     </listitem>
    </varlistentry>
    <varlistentry>
+    <term>check <replaceable>options</replaceable></term>
+    <listitem><para>
+      Runs consistency check of register. May take a long time.
+      Options may be one of <literal>quick</literal>,
+      <literal>default</literal> or <literal>full</literal>.
+     </para></listitem>
+   </varlistentry>
+   <varlistentry>
     <term>clean</term>
     <listitem><para>
       Clean shadow files and "forget" changes.
   <variablelist>
 
    <varlistentry>
-    <term>-t <replaceable>type</replaceable></term>
+    <term>-c <replaceable>config-file</replaceable></term>
     <listitem>
      <para>
-      Update all files as <replaceable>type</replaceable>. Currently, the
-      types supported are <literal>text</literal>, <literal>alvis</literal>
-      and <literal>grs</literal><replaceable>.subtype</replaceable>.
-      Generally, it is probably advisable to specify the record types
-      in the <literal>zebra.cfg</literal> file (see
-      <link linkend="record-types">Record Types</link> in the &zebra; manual),
-      to avoid confusion at subsequent updates.
+      Read the configuration file
+      <replaceable>config-file</replaceable> instead of
+      <literal>zebra.cfg</literal>.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term>-c <replaceable>config-file</replaceable></term>
+    <term>-d <replaceable>database</replaceable></term>
     <listitem>
      <para>
-      Read the configuration file
-      <replaceable>config-file</replaceable> instead of
-      <literal>zebra.cfg</literal>.
+      The records located should be associated with the database name
+      <replaceable>database</replaceable> for access through the
+      &acro.z3950; server.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term>-g <replaceable>group</replaceable></term>
+    <term>-f <replaceable>number</replaceable></term>
     <listitem>
      <para>
-      Update the files according to the group
-      settings for <replaceable>group</replaceable>
-      (see <link linkend="zebra-cfg">&zebra; Configuration File</link> in
-      the &zebra; manual).
+      Specify how many per-record log lines, zebraidx, should produce during
+      indexing and during register check (check command). If this option
+      is not given, a value of 1000 is used.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term>-d <replaceable>database</replaceable></term>
+    <term>-g <replaceable>group</replaceable></term>
     <listitem>
      <para>
-      The records located should be associated with the database name
-      <replaceable>database</replaceable> for access through the &acro.z3950; server.
+      Update the files according to the group
+      settings for <replaceable>group</replaceable>
+      (see <link linkend="zebra-cfg">&zebra; Configuration File</link> in
+      the &zebra; manual).
      </para>
     </listitem>
    </varlistentry>
-
    <varlistentry>
     <term>-l <replaceable>file</replaceable></term>
     <listitem>
      </para>
     </listitem>
    </varlistentry>
-
    <varlistentry>
-    <term>-m <replaceable>mbytes</replaceable></term>
+    <term>-L</term>
     <listitem>
      <para>
-      Use <replaceable>mbytes</replaceable> of memory before flushing
-      keys to background storage. This setting affects performance when
-      updating large databases.
+      Makes zebraidx skip symbolic links. By default, zebraidx follows
+      them.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
-    <term>-L</term>
+    <term>-m <replaceable>mbytes</replaceable></term>
     <listitem>
      <para>
-      Makes zebraidx skip symbolic links. By default, zebraidx follows
-      them.
+      Use <replaceable>mbytes</replaceable> of memory before flushing
+      keys to background storage. This setting affects performance when
+      updating large databases.
      </para>
     </listitem>
    </varlistentry>
     </listitem>
    </varlistentry>
    <varlistentry>
+    <term>-t <replaceable>type</replaceable></term>
+    <listitem>
+     <para>
+      Update all files as <replaceable>type</replaceable>. Currently, the
+      types supported are <literal>text</literal>, <literal>alvis</literal>
+      and <literal>grs</literal><replaceable>.subtype</replaceable>.
+      Generally, it is probably advisable to specify the record types
+      in the <literal>zebra.cfg</literal> file (see
+      <link linkend="record-types">Record Types</link> in the &zebra; manual),
+      to avoid confusion at subsequent updates.
+     </para>
+    </listitem>
+   </varlistentry>
+
+   <varlistentry>
     <term>-V</term>
     <listitem>
      <para>