History log of /dovecot/src/plugins/fts-lucene/SnowballAnalyzer.h
Revision Date Author Comments Expand
6dbe040bde3fe1181598ef2f43dff1ffad24773b 18-Sep-2012 Timo Sirainen <tss@iki.fi>

fts-lucene: Added "normalize" option to put data through user's normalizer function.

88b9f9eb91da632d3e941fe4276f8ace03205b25 15-Sep-2012 Timo Sirainen <tss@iki.fi>

fts-lucene: Added "normalize" option to put data through normalize().

920f6ee17b0c4aaa98e0043a575655eb84fc01a4 23-Aug-2011 Timo Sirainen <tss@iki.fi>

fts-lucene: Fixed memory leak in snowball analyzer.

c8296ac1ed68ed5c5168de545b76f9b27fc76d35 09-Aug-2011 Timo Sirainen <tss@iki.fi>

fts-lucene: Added initial support for language detection and stemming. This requires textcat and snowball (libstemmer) libraries. This can be enabled by setting: fts_lucene = textcat_dir=/usr/share/libtextcat \ textcat_conf=/etc/dovecot/textcat.conf I'm not yet sure how good of an idea it is to actually use this, so it needs some testing.. For example how bad is it if language is detected incorrectly?