Replacing trie with linear search using linked list. The trie is
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 May 2007 09:26:19 +0000 (09:26 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 May 2007 09:26:19 +0000 (09:26 +0000)
commit4d37a7d84107f77bd61f5eb057ed99c59b84607d
treebc9e7c87f97b368f636b484e6b85f14991686fe7
parentf9911850631f4d134eb78b203cdad20f9713554d
Replacing trie with linear search using linked list. The trie is
both overkill and does not handle null-terminated strings. This change
is one step towards a configurable character set system (which may
use ICU as driver).
src/relevance.c