bug #504 fix
authorMarc Cromme <marc@indexdata.dk>
Thu, 6 Jul 2006 12:42:21 +0000 (12:42 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 6 Jul 2006 12:42:21 +0000 (12:42 +0000)
commitc23dcf8e79596d2ae1fc05596e1d60ed318962e7
treea652ed6ff76c2dbe2d1c445a727069a94f88d818
parentd1e1a6a2a574e8019e700abb9d8a9d03ba41aab5
bug #504 fix
The GRS module now ignores any previously existing GRS subtree of the form
  <idzebra xmlns="http://www.indexdata.dk/zebra/">
    ...
  </idzebra>
both under indexing and retrieval of records. This is to facilitate remote
update of GRS records, which have been augmented by zebra-internal meta data
info, such that this part is not appended twice.
   The local storage is still including the GRS <idzebra ..> subtree, but
it is not indexed any more, and stripped before retrieval, i.e. for all
practical purposes it is not existent.
data1/Makefile.am
data1/d1_utils.c [new file with mode: 0644]
include/idzebra/data1.h
index/recgrs.c
test/filters/Makefile.am