similar to: fts plugin for xapian ?

Displaying 20 results from an estimated 100000 matches similar to: "fts plugin for xapian ?"

2010 Jun 24
1
undefined reference to `Xapian::Document::values_end() const'
I've got a simple for-loop: for( v=doc.values_begin(); v!=doc.values_end(); v++ ) going through the values of a document from a search. I really don't understand why I'm getting this undefined reference? (apart from this, everything links fine). /Per Jessen, Z?rich
2010 Apr 16
2
best practices - combining sql database and xapian, size of database?
Newbie-alert: I'm just getting started on a new project involving a full text search requirement, and my initial investigation points to xapian being the way to go. Two questions: - eventually I'll most likely be indexing towards 50 million documents - is this reasonable to expect or attempt with xapian? - each of my documents come with a set of attributes. These are easily stored
2015 Aug 25
2
sieve_after seems to ignored ?
Michael Kliewe wrote: > Hi Per, > > On 25.08.2015 11:40, Per Jessen wrote: >> sieve and managesieve are both working fine, have been for years. Now >> I want to add a sieve_after script: >> >> /etc/dovecot/conf.d/90-sieve.conf : >> >> plugin { >> sieve = ~/.dovecot.sieve >> sieve_dir = ~/sieve >> sieve_before = >>
2015 Aug 25
2
sieve_after seems to be ignored ?
Per Jessen wrote: > Per Jessen wrote: > >> Michael Kliewe wrote: >> >>> Hi Per, >>> >>> On 25.08.2015 11:40, Per Jessen wrote: >>>> sieve and managesieve are both working fine, have been for years. >>>> Now I want to add a sieve_after script: >>>> >>>> /etc/dovecot/conf.d/90-sieve.conf :
2010 May 11
3
indexing words with alternative spellings
Some languages (e.g. German and Danish) have special letters that are often written using two-letter combinations when the appropriate keyboard or medium is not available: ? = ae ? = ue ? = oe ? = ae ? = oe ? = aa ? = ss (there are undoubtedly far more examples than those) As a user of an index, I would like to be able to search for e.g. "schaefer" and get matches on both
2015 Aug 25
2
sieve_after seems to ignored ?
sieve and managesieve are both working fine, have been for years. Now I want to add a sieve_after script: /etc/dovecot/conf.d/90-sieve.conf : plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve sieve_before = sieve_after = ~/sieve/personal.sieve sieve_subaddress_sep = + } I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it doesn't seem to be read. Any
2010 Jul 09
3
multiple value with the same number?
I am working on a system for indexing email, and it would be nice to be able to store multiple values for the same value_no - for instance, if an email has multiple attachments, I might want to attach a value for each attachment, but a value with the same number. One option would be store the three values as one, e.g. comma-separated, but I was just wondering how others have dealt with such a
2011 Jul 26
1
sieve, vacation - lda-dupes being ignored?
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2 I'm in the process of setting up vacation auto-reply for the first time, (it's that time of the year) and it looks like .dovecot.lda-dupes is being updated, but not read (or just ignored). my vacation script: require ["vacation","variables"]; # get hold of the subject if header :matches "Subject"
2014 Aug 25
3
Special-Use Mailboxes ?
Lots of people must have had this issue before me - users using different devices&software (pc, smartphone, tablet, thunderbird, outlook, webmail) and languages (e.g. English on the PC, German on the iPhone), some folders end of with different names - e.g. "Sent" and "Gesendete Elemente" - meaning the same thing, namely "sent mails". How do you map these to just
2010 Apr 08
1
Asterisk 1.4.26.2 died after 80 days uptime
> On Mon, Feb 8, 2010 at 2:20 AM, Olle E. Johansson <oej at edvina.net > wrote: >> >> 7 feb 2010 kl. 15.09 skrev Per Jessen: >> >>> Thomas Winter wrote: >>> >>>> Hi, >>>> >>>> my Asterisk on debian lenny died after 80 days. >>>> >>>> server kernel: [7572666.186852] asterisk[3673]:
2010 Oct 22
1
overlapping docids when searching on multiple databases?
Just a quick question - it seems to me that it's entirely possible to get overlapping docids when searching on multiple databases? For instance: open database1 add database2 to database1 search db1+db2 if docid 10 exists in both databases, is there any way of telling which which database to retrieve the document from? /Per Jessen, Z?rich
2010 Sep 16
2
default ACL - in namespace's mail root directory ?
I have a namespace like this: namespace { type = private separator = / prefix = location = maildir:/var/ferrari/users/%d/%n:INDEX=/var/ferrari/indexes/3/4/%u:CONTROL=/var/ferrari/indexes/3/4/%u inbox = no list = yes subscriptions = yes } Where do I store "dovecot-acl" as the default ACL ? /Per Jessen, Z?rich
2011 Feb 03
2
disabling outgoing mail ?
We're using roundcube as a method of access to a read-only email archive served via imap/dovecot. I was thinking of disabling outgoing mails by fiddling with the roundcube code, but thought it might be possible to disable the outgoing functionality from dovecot? /Per Jessen, Z?rich
2007 May 01
4
did we all get spammed by TechnoCo ?
I just got spammed by TechnoCo - www.technoco.biz. Those guys must be a little dim if they believe they can openly go about borrowing email-addresses like this. /Per Jessen, Z?rich -- http://www.spamchek.com/ - managed email security.
2010 Jun 01
1
upgraded 1.0.19 to 1.2.0 - indexing seems to be getting stuck
Today I upgraded to 1.2.0 - and my indexing jobs are now getting hung up. They appear to be waiting on a futex. Not everyone, but every now and then. I'll try to get some diagnostics. /Per Jessen, Z?rich
2007 Nov 07
5
What do you do to keep asterisk alive?
I've asterisk stop (presumably segfaulting) a couple of times, and I was just beginning to look at how to keep it running - what have others done? I was thinking of wrapping a script around asterisk like this: while 1 do asterisk -f done /Per Jessen, Z?rich -- http://www.spamchek.com/ - your spam is our business.
2019 Feb 08
2
Fwd: [grosjo/fts-xapian] `doveadm fts rescan` removes all indices (#15)
Hi, THis is a core problem in Dovecot in my understanding. In my opinion, the rescan in dovecot should send to the FTS plugin the list of "supposedly" indexed emails (UID), and the plugin shall purge the redundant UID (i..e UID present in the index but not in the list sent by dovecot) and send back the list of UID not in its indexes to dovecot, so Dovect can send one by one the
2019 Jan 13
2
[FTS Xapian] Beta release
Hi Please find attached the beta release of FTS Xapian, with the objective to replace fts_squat that is being deprecated. Configuration is exactly the same as for fts_squat: plugin { plugin = fts fts_xapian (...) fts = xapian fts_autoindex = yes fts_enforced = yes fts_xapian = partial=2 full=20 This is installed on my production server (>120Gb of mailboxes), and I will observe it
2007 Apr 17
5
sending an SMS via Asterisk?
I've been googling and reading a lot, but I'm not getting any closer to getting an SMS sent via Asterisk. Prior to switching to asterisk, I used sms_client on an ISDN line to dial one of two Swisscom SMS centers: 0900900941 or 0794998990. My dialplan looks like this: exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1) exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1) ;
2010 Oct 28
5
being bombarded with SIP packets
Over the last two weeks, we have had at least two "incidents" where our asterisk server got flooded (a hundred or more per second) by SIP packets. Once from 114.31.50.10, second time from 173.212.200.146. We became aware of the problem when bandwidth started suffering because asterisk got very busy sending back replies or rejects (dunno which, I didn't investigate it any further).