Changed the index type to a string everywhere.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 31 Oct 2007 16:56:13 +0000 (16:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 31 Oct 2007 16:56:13 +0000 (16:56 +0000)
commite199777080c6fa0963d51b7df1763fd5286ca9a4
treefab578472733a42d3e24b085b9c7a523fa49116f
parent6f7dfe3c3f09f7104c1ae7616c9d207edeab308d
Changed the index type to a string everywhere.

The functions zebra_map_get and zebra_map_get_or_add changed their
3rd argument 'int reg_id' to 'const char *id'. The recExtractCtrl struct
defined in idzebra/recctrl.h changed: the seqno array was removed. It
is used by no filters and assumes that index type(AKA register type)
is a char (int).
14 files changed:
include/idzebra/api.h
include/idzebra/recctrl.h
include/zebramap.h
index/extract.c
index/index.h
index/invstat.c
index/kinput.c
index/retrieve.c
index/rpnscan.c
index/rpnsearch.c
index/untrans.c
index/zebraapi.c
index/zsets.c
util/zebramap.c