Update copyright year + FSF address
[idzebra-moved-to-github.git] / doc / installation.xml
index 5af2531..e4d3dbf 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: installation.xml,v 1.23 2006-06-27 12:37:43 marc Exp $ -->
+<!-- $Id: installation.xml,v 1.27 2006-06-30 14:36:12 marc Exp $ -->
  <chapter id="installation">
   <title>Installation</title>
   <para>
     By default this will install the Zebra executables in 
     <filename>/usr/local/bin</filename>,
     and the standard configuration files in 
-    <filename>/usr/local/share/idzebra</filename>
+    <filename>/usr/local/share/idzebra-2.0</filename>
     You can override this with the <literal>--prefix</literal> option
     to configure.
    </para>
      <ulink url="http://indexdata.dk/zebra/">Zebra</ulink> indexer is
      easily installed issuing
      <screen>
-      apt-get install idzebra idzebra-doc
+      apt-get install idzebra-2.0 idzebra-2.0-doc
      </screen>
     </para>
    </sect2>
    
    <sect2 id="installation.debianother">
-    <title>GNU/Debian On Other Platforms</title>
+    <title>Ubuntu/Debian and GNU/Debian on other platforms</title>
     <para>
      These <ulink url="http://indexdata.dk/zebra/">Zebra</ulink>
      packages are specifically compiled for
      After refreshing the package cache with the command
      <screen>
       apt-get update
+      apt-get build-dep idzebra-2.0
      </screen>
      as <literal>root</literal>, the 
      <ulink url="http://indexdata.dk/zebra/">Zebra</ulink> indexer is
      recompiled and installed issuing
      <screen>
-      apt-get build-dep idzebra
-      apt-get source --compile idzebra
+      apt-get source --compile idzebra-2.0
      </screen>
      as normal user.
      The compiled <literal>GNU/Debian</literal> packages can then be
      installed as <literal>root</literal> issuing
      <screen>
-      dpkg -i install idzebra*.deb idzebra-doc*.deb
+      dpkg -i install idzebra-2.0*.deb libidzebra-2.0*.deb
      </screen>
     </para>
    </sect2>
     must be changed to 
     <screen>
      # profilePath - where to look for config files
-     profilePath: some/local/path:/usr/share/idzebra2.0/tab
+     profilePath: some/local/path:/usr/share/idzebra-2.0/tab
 
      # modulePath - where to look for loadable zebra modules
-     modulePath: /usr/lib/idzebra2.0/
+     modulePath: /usr/lib/idzebra-2.0/
     </screen>
    </para>
    <para>
     <screen>
      att 1016            Any
     </screen>
+   </para>
+   <para>
     Similar behaviour can be expressed in the new release by defining
     a new index <literal>Any:w</literal> in all GRS
     <filename>*.abs</filename> record indexing configuration files.
      xelm /*/title        Any:w,Body-of-text:w,Title:s,Title:w
     </screen>
    </para>
+   <para>
+    It is also possible to map the numerical attribute value  
+    <literal>@attr 1=1016</literal> onto another already existing huge
+    index, in this example, one could for example use the mapping
+    <screen>
+     att 1016            Body-of-text
+    </screen>
+    with equivalent outcome without editing all  GRS
+    <filename>*.abs</filename> record indexing configuration files.
+   </para>
+
+   <para>
+    Server installations which use the special
+    <literal>IDXPATH</literal> attribute set must add the following
+    line to the <filename>zebra.cfg</filename> configuration file:
+    <screen>
+     attset: idxpath.att
+    </screen>
+    </para>
   </sect1>
   
  </chapter>