History log of /dovecot/src/lib-fts/fts-language.h
Revision Date Author Comments Expand
4b26f71b46fc718be27933dfaa26905b993d87fa 17-Nov-2015 Teemu Huovila <teemu.huovila@dovecot.fi>

lib-fts: Added fts_language_register() to register more languages in plugins.

a9b3887f4d9ed75a76fed964c1930432bf84f4f5 09-May-2015 Timo Sirainen <tss@iki.fi>

lib-fts: fts_language_list_init() API changed to return errors.

927f6e67f9478f9b298fb85b18de990d9b80c337 08-May-2015 Timo Sirainen <tss@iki.fi>

lib-fts: Assume that fts_language.name is always lowercased and has two letters. Anything else just unnecessarily complicates the code.

c865b0e9c65fd77f7b2ab6f8616d3def5501ecb3 20-Apr-2015 Timo Sirainen <tss@iki.fi>

Initial import for lib-fts. Parts of what this code does was already implemented internally by fts-lucene. lib-fts is intended to be usable for all the FTS backends. The APIs are still going to change a bit, but hopefully not after v2.2.17 release. Mostly written by Teemu Huovila.