Fix typos is sortmap documentation
[pazpar2-moved-to-github.git] / doc / pazpar2_conf.xml
index 42c7e26..c6325f4 100644 (file)
     behavior of the client function.
    </para>
 
+   <variablelist>
+
     <varlistentry>
      <term>pz:allow</term>
      <listitem>
     </varlistentry>
 
     <varlistentry>
+     <term>pz:memcached</term>
+     <listitem>
+      <para>
+       If set and non-empty,
+       <ulink url="&url.libmemcached;">libMemcached</ulink> will
+       configured and enabled for the target.
+       The value of this setting is same as the ZOOM option
+       <literal>memcached</literal>, which  in turn is the configuration
+       string passed to the <function>memcached</function> function
+       of <ulink url="&url.libmemcached;">libMemcached</ulink>.
+      </para>
+      <para>
+       This setting is honored in Pazpar2 1.6.39 or later. Pazpar2 must
+       be using YAZ version 5.0.13 or later.
+      </para>
+     </listitem>
+    </varlistentry>
+
+    <varlistentry>
      <term>pz:nativesyntax</term>
      <listitem>
       <para>
      </listitem>
     </varlistentry>
 
-   <variablelist>
     <varlistentry id="requestsyntax">
      <term>pz:requestsyntax</term>
      <listitem>
      <listitem>
       <para>
        Specifies native sorting for a target where
-       <replaceable>field</replaceable> is a sort criteria (see command
-       show). The value has to components separated by colon: strategy and
+       <replaceable>field</replaceable> is a sort criterion (see command
+       show). The value has two components separated by a colon: strategy and
        native-field. Strategy is one of <literal>z3950</literal>,
        <literal>type7</literal>, <literal>cql</literal>,
        <literal>sru11</literal>, or <literal>embed</literal>.