2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-10-07 11:25:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: dovecot2-fts-flatcurve: updated to 1.0.5 1.0.5 Fix memory leak Correctly index truncated terms |
2024-08-19 11:33:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: dovecot2-fts-flatcurve: updated to 1.0.4 1.0.4 Fix issues with long/malformed strings when indexing Add fts_flatcurve_index_truncate event |
2024-06-08 10:35:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: dovecot2-fts-flatcurve: updated to 1.0.3 v1.0.3 Use Dovecot's internal unichar handling Remove fts_flatcurve_max_term_size setting |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |
2024-04-06 14:45:26 by nikita | Files touched by this commit (4) |
Log message: dovecot2-fts-flatcurve: Import version 1.0.2 This is a Dovecot FTS (Full Text Search) plugin to enable message indexing using the Xapian Open Source Search Engine Library. The plugin relies on Dovecot to do the necessary stemming. It is intended to act as a simple interface to the Xapian storage/search query functionality. This driver supports match scoring and substring matches, which means it is RFC 3501 (IMAP4rev1) compliant (although substring searches are off by default). This driver does not support fuzzy searches, as there is no built-in support in Xapian for it. The driver passes all of the ImapTest search tests. |