Fixed bug #815: Extended Services "delete" requires a dummy "record" to
[idzebra-moved-to-github.git] / doc / architecture.xml
index dfc8335..b6fe7cf 100644 (file)
@@ -1,5 +1,5 @@
  <chapter id="architecture">
-  <!-- $Id: architecture.xml,v 1.14 2006-11-24 13:05:11 adam Exp $ -->
+  <!-- $Id: architecture.xml,v 1.16 2006-11-30 10:29:23 adam Exp $ -->
   <title>Overview of Zebra Architecture</title>
 
   <section id="architecture-representation">
   </para>
   </section>
 
-  <section id="default-idx-zebra">
+  <section id="special-retrieval">
    <title>Retrieval of Zebra internal record data</title>
    <para>
     Starting with <literal>Zebra</literal> version 2.0.5 or newer, it is
     This can in some cases make the retrival faster than regular
     retrieval operations (for MARC, XML etc).
    </para>
-   <table id="special-retrieval">
+   <table id="special-retrieval-types">
     <title>Special Retrieval Elements</title>
     <tgroup cols="2">
      <thead>
        <literal>zebra::index::</literal><replaceable>f</replaceable>
        </entry>
        <entry>
-       Get indexed keys for field <replaceable>f</replaceable> of record
+       Get indexed keys for field <replaceable>f</replaceable> for record
        </entry>
        <entry>XML and SUTRS</entry>
       </row>
       <row>
        <entry>
-       <literal>zebra::index::</literal><replaceable>field</replaceable>:<replaceable>t</replaceable>
+       <literal>zebra::index::</literal><replaceable>f</replaceable>:<replaceable>t</replaceable>
        </entry>
        <entry>
        Get indexed keys for field <replaceable>f</replaceable>
-         and type <replaceable>t</replaceable> of record
+         and type <replaceable>t</replaceable> for record
        </entry>
        <entry>XML and SUTRS</entry>
       </row>