Changed type of index_type char/int to string.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Oct 2007 16:57:51 +0000 (16:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Oct 2007 16:57:51 +0000 (16:57 +0000)
commit2eacaa1e549428b231de5844f397466f6a44c59f
treea05d13130643430cfae8a9894a1e7af2ab1a1e5a
parent4b903c542156253ebb2a4f004b528fe9e3af5212
Changed type of index_type char/int to string.

The index_type is part of the RecWord structure which is used by all
record filters. It used to be a int char (e.g. 'w'). It is now a string
so that arbitrary index types can be specified . For example there might
be a Greek Title (e.g. word:greek or word_greek).
21 files changed:
include/idzebra/recctrl.h
include/zebramap.h
index/alvis.c
index/attribute.c
index/extract.c
index/index.h
index/invstat.c
index/kinput.c
index/mod_dom.c
index/ranksimilarity.c
index/rankstatic.c
index/recgrs.c
index/retrieve.c
index/rpnscan.c
index/rpnsearch.c
index/safari.c
index/trunc.c
index/zinfo.c
index/zinfo.h
index/zsets.c
util/zebramap.c