On Fri, May 11, 2018, at 13:04, Sebastian Hagedorn wrote: > For my understanding: does that mean the Xapian index is only used for > clients that support RFC 6203? If that is the case, how are "traditional" > IMAP searches handled?
For non-FUZZY text SEARCH, Cyrus attempts to match the string on its own [1]. Off the top of my head, I don't think Cyrus falls back to the search-engine index for large corpus text matches. Using FUZZY always is the better choice, but if there's a real-world issue, please let me know. It might be possible to switch to Xapian also for non-FUZZY search. Cheers, Robert [1] https://github.com/cyrusimap/cyrus-imapd/blob/master/imap/search_expr.c#L2077 ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus