Displaying 20 results from an estimated 7000 matches similar to: "fts = squat solr"
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
2012 Dec 04
1
doveadm fts optimize undocumented
Subject says all. Timo, would you write something up where the world
will find it? Also, it would be great if doveadm fts was covered in the
doveadm manpage.
Thanks,
--
Dave Abrahams
BoostPro Computing Software Development Training
http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost
2011 May 07
1
Dovecot using FTS solr or Squat when searching multiple fields.
Hi
Im using dovecot 1.2.16 with Solr setup for FTS. When searching a single
field such as subject Dovecot will use the solr index. When searching
multiple fields such as subject and body it does not use the index and uses
the standard built in search which takes much longer.
Is there any way to get Dovecot to use the solr or squat index when
searching multiple fields?
--
View this message in
2012 Nov 01
1
No manpage for "doveadm fts" command
Just wanted to make sure this issue was registered separately from the
overall confusion I'm exploring in another thread, even though I mention
this there too.
--
Dave Abrahams
BoostPro Computing Software Development Training
http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost
2012 Dec 06
1
During FTS reindexing, search commands unceremoniously exit
Is this intentional? Closing the connection without warning doesn't
seem like the best response...
--8<---------------cut here---------------start------------->8---
% printf "1 select \"INBOX\"\n2 search body quack\n3 logout\n" | /opt/local/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY
2012 Nov 01
2
"starting" dovecot
My system never issues the "dovecot start" command. I do, however, run
/usr/local/libexec/dovecot/imap on port 9xxx. I talk to the server
through port 9xxx and through the preauth tunnel. Is this arrangement
OK? Are there some things that will only work if "dovecot" is invoked?
Thanks,
--
Dave Abrahams
BoostPro Computing Software Development
2012 Dec 04
1
clucene (in)stability
Considering two crashing bugs, which have got no response
(https://sourceforge.net/tracker/?func=detail&aid=3587525&group_id=80013&atid=558446
and
https://sourceforge.net/tracker/?func=detail&aid=3592291&group_id=80013&atid=558446)
and the lack of activity in its Git repository, I am inclined to think
that CLucene's current release series (e.g. 2.3.3.4) should be
2012 Dec 04
2
"no longer mounted" warnings
Dovecot seems to be warning about every volume it's ever seen in the
past. Is this normal? Can I make it stop?
--8<---------------cut here---------------start------------->8---
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is no longer mounted. See http://wiki2.dovecot.org/Mountpoints
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/dave is no
2012 Oct 27
1
When are search indexes updated?
I noticed that occasionally searching in my huge archive mailbox can be
really slow, so I tried doveadm index on it and it seemed to do a lot of
work, which seemed strange given, for example, that dovecot-lda says it
keeps Dovecot index files up-to-date. Then I thought, "maybe these are
different files than the search indices." If so, that's not entirely
clear from the docs and
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
2012 Nov 01
1
Indexing problems
It looks like something is going very wrong here. Any advice?
--8<---------------cut here---------------start------------->8---
$ doveadm -vvvD index '*'
doveadm(dave): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(dave): Debug: Module loaded: /usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(dave): Debug: Module loaded:
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
2011 May 24
1
slow squat fts index creation
Hi all, ive been playing with squat indexes. Up to about 300.000 emails in a single mailbox this was working flawlessly. The search index file is about 500MB at that time. Ive now added some more emails, and at 450.000 or so emails im seeing a serious problem with squat index creation. It takes...f o r e v e r . The .tmp file is being so slowly, it will probably take 2-3 hours to create. Upto
2010 Feb 10
2
fts squat -> webmail, fastcgi timeout: SOLR the answer?
Hi
I turned on fts squat to speed up full text searches over webmail.
This works absolutely fantastic once the mailboxes are indexed.
But when they are indexed for the first time I'm getting a fastcgi timeout
after 30 seconds resulting into a internal server error on the webserver.
In the background the indexing job is getting finished after 80 seconds
for a 25k emails, ~300MB mailbox.
Does
2013 Jan 08
1
Squat FTS plugin not kicking in
Hi,
I'm running Dovecot 2.1.12 on FreeBSD. I configured Dovecot to use the Squat plugin to provide faster full-text searches. The output of 'dovecot -n' is attached to this mail.
However, I just noticed that this plugin doesn't seem to kick in. A raw telnet session seems to confirm this:
[..]
. SEARCH BODY abcdefg
* OK Searched 57% of the mailbox, ETA 0:06
* SEARCH 3425 6254
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
2007 Dec 06
3
imap crash with fts squat enabled.
Hi Timo,
Here is the backtrace for your reference. I have already applied
dovecot-97702c9c4111 changes to my 1.1 beta10 code base.
I am running dovecot on FC7, gcc 4.1.2, mailbox is on NFS. Whenever I did
UID SEARCH body "xxxx"
imap crashes.
Program terminated with signal 6, Aborted.
#0 0x00110402 in __kernel_vsyscall ()
(gdb) bt full
#0 0x00110402 in __kernel_vsyscall ()
No
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
2006 Dec 10
1
Full text search indexing
There are now two full text search backends in CVS HEAD:
- squat: My own full text search index based on ideas from Cyrus Squat
indexes. Supports substring searches.
- lucene: Uses CLucene library.
It should be pretty easy to add support for more backends.
As I've explained a couple of times already, IMAP RFC says that searches
are done by matching substrings, so the Lucene backend
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