Hi all,
what exactly is FAST PREPROCESS? The docs say only "If set to ON, fast preprocessing is used, i.e. linguistic searches are not possible." and "With fast
preprocessing the detected language is always the default language." I've tried to build the same table with a default fulltext index and with an explicit one and the differences between them both in memory usage and execution speed are tremendous, I'm trying to pinpoint the reason. One difference between the two is FAST PREPROCESS. Does it mean that with FAST PREPROCESS ON, I cannot specify a language column? I don't want any language detection, my language is always specified in a column.
Cheers,
-- Micha