Displaying 20 results from an estimated 10000 matches similar to: "FTS what to use ?"
2012 Oct 15
1
fts = squat solr
I don't know if this was supposed to have changed with dovecot2, but
http://wiki.dovecot.org/Plugins/FTS shows
fts = squat solr
so, since I have the lucene plugin?"fts = lucene" works by itself?I
tried
fts = squat lucene
but:
$ doveadm index '*'
doveadm(dave): Error: fts: Failed to initialize backend 'squat lucene': Unknown backend
So, is that syntax
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
2014 Nov 25
1
slow incremental indexing of maildirs with squat
Hi!
I'm using Dovecot 2.1.7 on Debian Wheezy 32-bit (package version is
1:2.1.7-7+deb7u1) with maildirs.
My problem is that the incremental indexing of maildirs with squat takes
a very long time... I don't know if it reindexes anything, but it seems
it iterates though all messages on each search query and reads them. It
works fast only on successive queries within several minutes,
2019 Jan 04
2
Solr -> Xapian ?
A starting point would be to have a look at the current FTS plugins:
https://github.com/dovecot/core/tree/master/src/plugins/fts-solrandhttps://github.com/dovecot/core/tree/master/src/plugins/fts-squat
-M
Am Freitag, den 04.01.2019, 18:17 +0800 schrieb Joan Moreau via
dovecot:
> Why not, but please guide me about the core structure (mandatory
> funcitons, etc..) of a typical Dovecot FTS
2012 Feb 28
1
fts size
Does anybody have any numbers for how large storage one will need for
the fts indexing server? I see the wiki says 30% of mailbox size for
Squat (partial=4 full=4). Is it similar for lucene/solr?
Do I understand correctly if I think http://wiki2.dovecot.org/Plugins/FTS/Lucene
will create an index for each user in his home directory? Will this be
accounted for in the users' quota?
-jf
2011 Mar 25
1
FTS Compound Search
Hi
I use roundcube as the webmail fronted to a dovecot server. It currently has
squat enabled. When round cube performs a search, it does a compound search
even if only one field is selected.
>From another thread i read, dovecot in the v1 period did not support
compound searches for squat.
Does the latest version of V2 support compound searches with fts squat? If
not, does fts with solr
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
2019 Jan 24
2
[FTS Xapian] RC release
Hi,
FTS Xapian matches my targets for the plugins (replacing deprecated
fts-squat in a production environment)
https://github.com/grosjo/fts-xapian
Please do not hesitate to add "issues" on github, if the case happen
Hope it helps
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Jan 04
3
Solr -> Xapian ?
I hope you are aware that "linking with Xapian" requires somewhat more work than just -lxapian in linker? If you or someone feels like writing fts_xapian, go for it.
Aki
> On 04 January 2019 at 08:20 Joan Moreau via dovecot <dovecot at dovecot.org> wrote:
>
>
> What about consedering linking Dovecot with Xapian librairies instead of
> going to nightmare Solr ?
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
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
2019 Apr 05
2
FTS delays
On Fri, Apr 05, 2019 at 19:33:57 +0800, Joan Moreau via dovecot wrote:
> Hi
>
> If you plan to fix the FTS part of Dovecot, I will be very gratefull.
I'm trying to figure out what is causing the 3rd issue you listed, so we can
decide how severe it is and therefore how quickly it needs to be fixed. At
the moment we are unable to reproduce it, and therefore we cannot fix it.
>
2008 Sep 19
2
fts squat and dovecot-shared
It seems, that dovecot-shared ignored by fts squat and dovecot.index.search/dovecot.index.search.uids
created with wrong permissions. This makes squat unusable with symlinked shared maildirs.
--
WBR,
Anton Yuzhaninov
2012 Oct 16
2
Difference between Indexing and Rescan in FTS
I've had squat running on dovecot 2.0 and have been updating all users
mailbox indexes nighty via cron with this command:
doveadm -v search -A text xyzzyx
I've just updated to 2.1 and I'm migrating to lucene indexes, but reading
the documentation I'm having a hard time understanding the semantic
differences between indexing and rescanning.
If I were to continue to run an
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
2012 Mar 31
1
dovecot 2.1 breaks FTS + pre-auth?
Hi. I use dovecot in the simplest possible way, as an IMAP server in
pre-auth mode over ssh or just locally over a unix-domain socket
(e.g., with offlineimap, which runs much faster using dovecot for the
local message store). Ideally I would like to avoid running any extra
daemons or setting up anything as root. Until recently, this has
worked fine by just setting the CONFIG_FILE environment
2019 Apr 14
2
FTS delays
I have tried to spend some time of understanding the logic (if any !) of
the fts part
Honestly, the one who created this mess shall be the one to fix it, or
one shall refactor it totally.
Basically, the fts "core" should be able to do
- select the backend according to conf file
- send new emails/maiblox to backend
- send teh ID of the emails to be removed
- resend an entire
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 02
3
Solr
On Wed, 2019-01-02 at 00:59 -0800, M. Balridge wrote:
> > The main problem is : After some time of indexing from Dovecot, Dovecot
> > returns errors (invalid SID, etc...) and Solr return "out of range
> > indexes" errors
>
> I've been watching the progress of this thread with no small concern, mainly
> because I've been tasked with providing a
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