--- 1.3.1 2002/08/20
New .abs-directive "xpath" that takes one argument: "enable"
-or "disable" to enable and disable XPATH -indexing. If no "xpath"
-direcive is found in .abs-file , XPATH-indexing is disabled to ensure
-backwards compatibility. For missing .abs-files XPATH-indexing is
+or "disable" to enable and disable XPath -indexing. If no "xpath"
+direcive is found in .abs-file , XPath-indexing is disabled to ensure
+backwards compatibility. For missing .abs-files XPath-indexing is
enabled so that such records are searchable.
Zebra warns about missing .abs-file only once (for each type).
Zebra license changed to GNU GPL.
-XPATH-like queries used when RPN string attributes are used, eg.
+XPath-like queries used when RPN string attributes are used, eg.
@attr 1=/portal/title sometitle
@attr 1=/portal/title[@xml:lang=da] danishtitle
@attr 1=/portal/title/@xml:lang da
Zebra TODO
-$Id: TODO,v 1.13 2002-08-20 12:01:00 adam Exp $
+$Id: TODO,v 1.14 2002-08-28 09:39:45 mike Exp $
More test scripts.
Check that recordId: actually works.
-Finish X-path-like search including attributes.
+Finish XPath-like search including attributes.
Make "fake" absyn even though no-one is found and warn
-first time. Make directive to enable/disable xpath-indexing.
+first time. Make directive to enable/disable XPath-indexing.
For traditional searches, allow string attributes that matches
name in *.att-file.
<chapter id="record-model">
- <!-- $Id: recordmodel.xml,v 1.4 2002-08-22 14:58:22 adam Exp $ -->
+ <!-- $Id: recordmodel.xml,v 1.5 2002-08-28 09:39:45 mike Exp $ -->
<title>The Record Model</title>
<para>
<listitem>
<para>
If this directive is followed by <literal>enable</literal>,
- then extra indexing is performed to allow for XPATH-like queries.
+ then extra indexing is performed to allow for XPath-like queries.
If this directive is not specified - equivalent to
- <literal>disable</literal> - no extra XPATH-indexing is performed.
+ <literal>disable</literal> - no extra XPath-indexing is performed.
</para>
</listitem>
</varlistentry>