]> code.citadel.org Git - citadel.git/blob - citadel/ft_wordbreaker.h
* Added in skeleton modules for fulltext indexer
[citadel.git] / citadel / ft_wordbreaker.h
1 /*
2  * $Id$
3  *
4  */
5
6
7 /*
8  * This is an ID for the wordbreaker module.  If we do pluggable wordbreakers
9  * later on, or even if we update this one, we can use a different ID so the
10  * system knows it needs to throw away the existing index and rebuild it.
11  */
12 #define FT_WORDBREAKER_ID       0x0001