Split it_key stuff into it_key.c. For indexing, sort key chunks in a separate
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Nov 2006 14:32:38 +0000 (14:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Nov 2006 14:32:38 +0000 (14:32 +0000)
commitca39c711e9398043092cceeb3b4a7d8a0db1c0d8
tree7c616e8f4fc3d9ee5fbe4f85973a625694f1f041
parenta1b0fc99b8a098eff3d56172af6dd249a28399b3
Split it_key stuff into it_key.c. For indexing, sort key chunks in a separate
thread (POSIX threads only).
15 files changed:
include/Makefile.am
include/it_key.h [new file with mode: 0644]
include/su_codec.h [new file with mode: 0644]
index/Makefile.am
index/extract.c
index/index.h
index/kcompare.c [deleted file]
index/key_block.c [new file with mode: 0644]
index/key_block.h [new file with mode: 0644]
index/kinput.c
index/reckeys.h
index/zebraapi.c
util/Makefile.am
util/it_key.c [new file with mode: 0644]
util/su_codec.c [new file with mode: 0644]