Zebra uses string attributes for indexing internally. Using set+numeric
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 May 2006 13:49:33 +0000 (13:49 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 19 May 2006 13:49:33 +0000 (13:49 +0000)
commit6ba9698e88c0283e40fa5980a1a6b551fff2d597
tree082c8656c0da255f8bf314b9da5024046d1085e5
parentf7a3769dede0071696bdcc13ae2ee1efe6d52d96
Zebra uses string attributes for indexing internally. Using set+numeric
use attribute can still be used. But that is a search-only conversion which
inspects .att-set files as indicated using attset-directives in zebra.cfg.
attset references are no longer required, but when used they deserve
as "check" for that the index names used are also present in .att.
34 files changed:
NEWS
data1/d1_absyn.c
data1/d1_attset.c
include/Makefile.am
include/attrfind.h [new file with mode: 0644]
include/d1_absyn.h
include/idzebra/data1.h
include/idzebra/recctrl.h
include/idzebra/util.h
index/attribute.c
index/extract.c
index/index.h
index/zebrash.c
index/zinfo.c
index/zrpn.c
index/zsets.c
recctrl/recgrs.c
tab/gils.abs
test/api/Makefile.am
test/api/t10.c [deleted file]
test/api/t5.c
test/api/t8.c
test/api/t9.c
test/charmap/charmap1.c
test/filters/grs.marc.c
test/gils/test1.sh
test/gils/test3.sh
test/sort/sort1.c
test/sort2/t1.c
test/xpath/zebra.cfg
util/Makefile.am
util/attrfind.c [new file with mode: 0644]
util/zebramap.c
win/makefile