Displaying 20 results from an estimated 8000 matches similar to: "doveadm search doesn't update fts"
2009 Nov 17
4
fts squat non-english search for 2 words
Hello,
It looks I encoutered a bug or misconfiguration. fts_squat search for subject and body works excellent for English mails. For non-English (in particular, Russian) it works only when query consists of 1 word. Phrases - 2 and more words - always returns nothing. Example: search for "planet" ("???????") returns results, search for "Earth" ("?????") also
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
2019 Jan 13
2
[FTS Xapian] Beta release
The only point here of this fts-xapian is to get rid of solr (because it
is just a nightmare to setup) and squat (because it is considere
obsolete).
I already sent the changed in configure.ac, makefile.am, etc.. in order
to include it in the dovecot, and it compiles properly
The only remaining point is to push it in hte git (yes, everything is
already done)
On 2019-01-13 18:45, Aki Tuomi
2011 Nov 25
1
Which FTS to use!
Hello, i am currently using squat dovecot, but some users that have lots os
emails ( 1GB ) are complaining about speed.
Iam using dovecot 2.0.13 on debian 6
my squat conf is
plugin {
fts = squat
fts_squat = partial=4 full=5
}
I am thinking in maybe start to use Solr, so any one can help me with an
decision?
I am probably gonna update dovecot to 2.1 next year. and them maybe change
the FTS
2019 Jan 13
2
[FTS Xapian] Beta release
Ok for having a link on the FTS page.
PLease clarify what files are necessary to package it as a separate
package
On 2019-01-13 19:03, Aki Tuomi wrote:
> Yes, from compiling point of view it is done.
>
> Unfortunately what is not done is all the other work involved, such as fixing all the inevitable bugs it has and maintaining it. We do not want, at this moment, take up maintaining
2011 Oct 18
1
"doveadm log reopen" don't reopen separate lmtp log
I still see the issue below. Is there anyone running separate LMTP
logging that could check if they experience the same issue?
Best regards
Henrik Larsson
-------- Original Message --------
Subject: "doveadm log reopen" don't reopen separate lmtp log
Date: Sun, 25 Sep 2011 00:23:49 +0200
From: Henrik Larsson <dovecot-user at spambox.dk>
To: dovecot at dovecot.org
Dear all
2008 Oct 25
3
FTS index generation
Hi folks. I'm experimenting with the Squat plugin. I can execute
search commands via direct interaction with IMAP, but I never see the
expected dovecot.index.search index file appear in the spool. I'm
concerned that I've misconfigured something that is preventing the
creation of those indices. Is there a facility to have the squat
plugin generate debugging messages so I
2010 Dec 10
2
FTS and compound searches
Hello,
New subscriber here. I noticed that the FTS index is not used in compound searches. Is this expected? Tested in 2.0.0 and 2.0.8:
. search BODY "waldo"
* SEARCH
. OK Search completed (0.000 secs).
. SEARCH CHARSET UTF-8 OR SUBJECT "waldo" FROM "waldo"
* SEARCH
. OK Search completed (1.768 secs).
. SEARCH CHARSET UTF-8 OR SUBJECT "waldo" BODY
2010 Dec 21
3
doveadm "-S <socket_path>" option enabled in 2.0.8?
I apologize if this is a stupid question but I just compiled 2.0.8 and am trying to use doveadm to get the quota for a user using the -S <socket_path> option because I have different options for the various local IPs that dovecot listens on.
For example, my default quota is filesystem (NFS rquota) and I can get that by doing:
doveadm quota get -u warden
which tells me:
Quota name
2019 Jan 13
2
[FTS Xapian] Beta release
THis is already what I send earlier (see : dovecot-xapian-1.0b2.tar.gz
[1] )
What I would need is the files so one can download (git) it, and type
some command (make ?) to compile it and place it in the right forlder
(/usr/lib/dovecot/ or whatever is configured in the installed dovecot,
which may differ from distribution to distribution)
On 2019-01-13 19:47, Aki Tuomi wrote:
> You need
2012 Jun 16
3
question about fts_squat
just installed dovecot with fts_squat
config attached after message.
When i telnet to imap server and execute by hand
1 login user password
select foldername
search body "someword"
it works fine, and at blazing speed except first run (indexing).
i already indexed everything by doveadm index offline to prevent server
overload if multiple users (after i tell them) will try fulltext
2019 Mar 20
1
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
We provide packages at https://repo.dovecot.org - maybe you can use these?
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 20 March 2019 22:19 Benjamin
2019 Mar 20
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
fts_squat was deprecated in 2.1. There's a high likelihood it is buggy in a variety of ways in any recent Dovecot release.
michael
> On March 20, 2019 at 1:21 PM Benjamin Godbersen via dovecot <dovecot at dovecot.org> wrote:
>
> Hi everyone,
>
> I have now updated to dovecot 2.3.4.1 - unfortunately the issue still persists. Can anyone help me figure out if
2012 Oct 15
1
[BUG] Lucene plugin breaks header substring search
According to the IMAP spec if I do a search for "TO isocpp.org" it
should find all the messages whose To: field contains the string
"isocpp.org", but dovecot is returning me an empty list. However, a
search for "TO tm at isocpp.org" produces a long list of messages. This
behavior is present if I *even load* the lucene fts plugin.
Note that lucene isn't in use
2011 Jun 01
2
Squat Question!
Hello folks,
I use dovecot squat for indexing.
I use to have
fts_squat = partial=4 full=4
But i change to
fts_squat = partial=4 full=8
My question is, do i need to delete older indexes to have it consistenly, or
dovecot is able "update" the indexes or it sees that it is broken and
rebuild it all?
Other question, is there an comand line to update the indexes ?
Thanks a lot!
2012 May 11
2
multi-instance doveadm user -m woes
I'm having difficulty with the doveadm who command on a multi-instance setup of dovecot. When I run the who command on the non-standard instance with the -m flag (to see their mail location), this happens:
[root at wardentest3 dovecot]# doveadm -i mailtest user -m warden
doveadm(root): Error: user warden: Initialization failed: Namespace 'INBOX.': Ambiguous mail location setting,
2019 Jan 13
1
[FTS Xapian] Beta release
Please kindly check https://github.com/grosjo/fts-xapian
On 2019-01-13 20:11, Aki Tuomi wrote:
> If you had looked at what I sent, you'd seen it's quite different from what you sent.
>
> Anyways, put the contents of skeleton.tar.gz and
>
> ./src/plugins/fts-xapian/fts-xapian-plugin.h
> ./src/plugins/fts-xapian/fts-backend-xapian.cpp
>
2019 Mar 14
2
Dovecot crashing when attempting to search in virtual folder with fts_squat activated
Hi everyone,
I am running into a problem when trying to use fts_squat in a virtual
folder. Without fts_squat plugin the search (from, subject...) works in
all folders. With activated fts the search on the inbox folders works
expectedly well but any attempt to search anything in any virtual folder
leads to the following error. Similarly when attempting "doveadm fts
lookup". I also
2011 Dec 13
1
Dovecot 2.1rc1 + 2.0.16 woes regarding fts_squat
I can confirm the report posted in http://dovecot.org/list/dovecot/2011-November/062263.html that fts_squat no longer seems to be used after moving from 2.0.16->2.1 rc 1. I don't see crash reports in the logs, just "0 messages indexed". My search test tool just does a normal IMAP SEARCH for a long non-existent string. If there's another way to trigger re-indexing in 2.1, I
2013 Dec 14
1
search gives variable/different results
Hi,
When I perform a search using doveadm every time it returns different
results. For example:
$ doveadm search mailbox shared/\* TO stromvers
938ff10527d6be515f5900007b46f991 6
938ff10527d6be515f5900007b46f991 7
938ff10527d6be515f5900007b46f991 8
$ doveadm search mailbox shared/\* TO stromvers
6a8ff10527d6be515f5900007b46f991 1
6a8ff10527d6be515f5900007b46f991 3