A little bit of speed up in the wordbreaker for full text indexing.
authorDave West <davew@uncensored.citadel.org>
Tue, 13 Nov 2007 02:37:45 +0000 (02:37 +0000)
committerDave West <davew@uncensored.citadel.org>
Tue, 13 Nov 2007 02:37:45 +0000 (02:37 +0000)
commit2e76d1431d857054387a4f22b74a96c86e80f958
tree6f777050d2e22dd212e551dcd2c929719cbe063b
parent70f79404cb837489429a2179f94835dab25e8624
A little bit of speed up in the wordbreaker for full text indexing.
Also fixed a small bug that made some of our index tokens bad.
Maybe this will fix some of the text search problems some people are
seeing.
We also need to alter the indexer to index the message headers as well
as the body, at the moment we only index the body.
citadel/modules/fulltext/ft_wordbreaker.c
citadel/modules/fulltext/ft_wordbreaker.h
citadel/modules/fulltext/serv_fulltext.c