Moved section about special retrieval zebra:: to Architecture chapter.
[idzebra-moved-to-github.git] / doc / field-structure.xml
index c354795..bd46d2a 100644 (file)
@@ -1,5 +1,5 @@
  <chapter id="fields-and-charsets">
-  <!-- $Id: field-structure.xml,v 1.1 2006-09-03 21:37:26 adam Exp $ -->
+  <!-- $Id: field-structure.xml,v 1.7 2006-11-24 13:05:11 adam Exp $ -->
   <title>Field Structure and Character Sets
   </title>
   
     <variablelist>
 
      <varlistentry>
-      <term>index <emphasis>field type code</emphasis></term>
+      <term>index <replaceable>field type code</replaceable></term>
       <listitem>
        <para>
        This directive introduces a new search index code.
        The argument is a one-character code to be used in the
        .abs files to select this particular index type. An index, roughly,
        corresponds to a particular structure attribute during search. Refer
-       to <xref linkend="search"/>.
+       to <xref linkend="zebrasrv-search"/>.
        </para>
       </listitem></varlistentry>
      <varlistentry>
-      <term>sort <emphasis>field code type</emphasis></term>
+      <term>sort <replaceable>field code type</replaceable></term>
       <listitem>
        <para>
        This directive introduces a 
        </para>
       </listitem></varlistentry>
      <varlistentry>
-      <term>completeness <emphasis>boolean</emphasis></term>
+      <term>completeness <replaceable>boolean</replaceable></term>
       <listitem>
        <para>
        This directive enables or disables complete field indexing.
-       The value of the <emphasis>boolean</emphasis> should be 0
+       The value of the <replaceable>boolean</replaceable> should be 0
        (disable) or 1. If completeness is enabled, the index entry will
        contain the complete contents of the field (up to a limit), with words
        (non-space characters) separated by single space characters
        search containing space characters as a word proximity search.
        </para>
       </listitem></varlistentry>
+
+     <varlistentry id="default.idx.firstinfield">
+      <term>firstinfield <replaceable>boolean</replaceable></term>
+      <listitem>
+       <para>
+       This directive enables or disables first-in-field indexing.
+       The value of the <replaceable>boolean</replaceable> should be 0
+       (disable) or 1. 
+       </para>
+      </listitem></varlistentry>
+
+     <varlistentry id="default.idx.alwaysmatches">
+      <term>alwaysmatches <replaceable>boolean</replaceable></term>
+      <listitem>
+       <para>
+       This directive enables or disables alwaysmatches indexing.
+       The value of the <replaceable>boolean</replaceable> should be 0
+       (disable) or 1. 
+       </para>
+      </listitem></varlistentry>
+
      <varlistentry>
-      <term>charmap <emphasis>filename</emphasis></term>
+      <term>charmap <replaceable>filename</replaceable></term>
       <listitem>
        <para>
        This is the filename of the character
     <variablelist>
 
      <varlistentry>
-      <term>lowercase <emphasis>value-set</emphasis></term>
+      <term>lowercase <replaceable>value-set</replaceable></term>
       <listitem>
        <para>
        This directive introduces the basic value set of the field type.
        </para>
       </listitem></varlistentry>
      <varlistentry>
-      <term>uppercase <emphasis>value-set</emphasis></term>
+      <term>uppercase <replaceable>value-set</replaceable></term>
       <listitem>
        <para>
        This directive introduces the
        </para>
       </listitem></varlistentry>
      <varlistentry>
-      <term>space <emphasis>value-set</emphasis></term>
+      <term>space <replaceable>value-set</replaceable></term>
       <listitem>
        <para>
        This directive introduces the character
        </para>
       </listitem></varlistentry>
      <varlistentry>
-      <term>map <emphasis>value-set</emphasis>
-       <emphasis>target</emphasis></term>
+      <term>map <replaceable>value-set</replaceable>
+       <replaceable>target</replaceable></term>
       <listitem>
        <para>
        This directive introduces a mapping between each of the
     would both produce the same results.
    </para>
   </section>
+
  </chapter>
  <!-- Keep this comment at the end of the file
  Local variables: