search for: 27bcd51b

Displaying 2 results from an estimated 2 matches for "27bcd51b".

2019 Jan 12
0
[FTS Xapian] Status & Questions
...an max. And how indexer does know whther there is a gap wihtout callong the fts backend (whch it does not as there are no function for that) ? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190112/27bcd51b/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-xapian.tar.gz Type: application/x-gzip Size: 18639 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20190112/27bcd51b/attachment-0001.bin>
2019 Jan 11
4
Solr -> Xapian ?
The below patch resolves the compilation error $ DIFF -P COMPAT.H COMPAT.H.JOAN *** compat.h 2019-01-11 20:21:00.726625427 +0100 --- compat.h.joan 2019-01-11 20:14:41.729109919 +0100 *************** struct iovec; *** 202,207 **** --- 202,211 ---- ssize_t i_my_writev(int fd, const struct iovec *iov, int iov_len); #endif + #ifdef __cplusplus + extern "C" { + #endif + #if