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!
[]'sf.rique
W dniu 01.06.2011 15:43, Henrique Fernandes pisze:
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?
I don't know.
Other question, is there an comand line to update the indexes ?
Use doveadm: doveadm index -A "*"
Regards
Thanks for the second question, but in wich version the index comanda was implement? I will look it!
I use # 2.0.6: /etc/dovecot/dovecot.conf
And it does not have, it might be time to update dovecot!
# doveadm index -v -u user@example INBOX usage: doveadm [-Dv] [-f <formatter>] <command> [<args>]
altmove [-u <user>|-A] <search query>
auth [-a <auth socket path>] [-x <auth info>] <user> [<password>]
config [doveconf parameters]
director add|flush|map|remove|status
dump [-t <type>] <path>
expunge [-u <user>|-A] <search query>
fetch [-u <user>|-A] <fields> <search query>
force-resync [-u <user>|-A] <mailbox>
help <cmd>
import [-u <user>|-A] <source mail location> <dest parent mailbox>
<search query>
kick [-a <anvil socket path>] [-f] <user mask>[|]
[]'sf.rique
2011/6/1 Marcin Mirosław marcin@mejor.pl
W dniu 01.06.2011 15:43, Henrique Fernandes pisze:
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?
I don't know.
Other question, is there an comand line to update the indexes ?
Use doveadm: doveadm index -A "*"
Regards
Doveadm index was impolemented in 2.013
The most important changes since v2.0.12:
+ Added "doveadm index" command to add unindexed messages into
index/cache. If full text search is enabled, it also adds unindexed
messages to the fts database.
I might update dovecot! Willl look for any trouble i might have!
Thanks!
Still looking for:
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?
After changing the fts parameter!
[]'sf.rique
On Wed, Jun 1, 2011 at 11:01 AM, Henrique Fernandes sf.rique@gmail.comwrote:
Thanks for the second question, but in wich version the index comanda was implement? I will look it!
I use # 2.0.6: /etc/dovecot/dovecot.conf
And it does not have, it might be time to update dovecot!
# doveadm index -v -u user@example INBOX usage: doveadm [-Dv] [-f <formatter>] <command> [<args>]
altmove [-u <user>|-A] <search query> auth [-a <auth socket path>] [-x <auth info>] <user> [<password>] config [doveconf parameters] director add|flush|map|remove|status dump [-t <type>] <path> expunge [-u <user>|-A] <search query> fetch [-u <user>|-A] <fields> <search query> force-resync [-u <user>|-A] <mailbox> help <cmd> import [-u <user>|-A] <source mail location> <dest parent mailbox> <search query> kick [-a <anvil socket path>] [-f] <user mask>[|]
log find|reopen|test mailbox create|delete|list|mutf7|rename|status|subscribe|unsubscribe penalty [-a <anvil socket path>] [ ] purge [-u <user>|-A] pw [-l] [-p plaintext] [-r rounds] [-s scheme] [-u user] [-V] quota get|recalc reload search [-u <user>|-A] <search query> sis deduplicate|find stop user [-a <userdb socket path>] [-x <auth info>] <user mask> [...] who [-a <anvil socket path>] [-1] [<user mask>] [ ] []'sf.rique
2011/6/1 Marcin Mirosław marcin@mejor.pl
W dniu 01.06.2011 15:43, Henrique Fernandes pisze:
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?
I don't know.
Other question, is there an comand line to update the indexes ?
Use doveadm: doveadm index -A "*"
Regards
On Wed, 2011-06-01 at 10:43 -0300, Henrique Fernandes wrote:
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?
You need to delete squat indexes first.
If i don't what happen?
[]'sf.rique
On Fri, Jun 3, 2011 at 9:15 AM, Timo Sirainen tss@iki.fi wrote:
On Wed, 2011-06-01 at 10:43 -0300, Henrique Fernandes wrote:
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?
You need to delete squat indexes first.
I'm guessing that it can't find old mails because when you search e.g. "abcde" it thinks it should exist there, but it doesn't since previously you had limited it to 4 chars.
On Fri, 2011-06-03 at 10:09 -0300, Henrique Fernandes wrote:
If i don't what happen?
[]'sf.rique
On Fri, Jun 3, 2011 at 9:15 AM, Timo Sirainen tss@iki.fi wrote:
On Wed, 2011-06-01 at 10:43 -0300, Henrique Fernandes wrote:
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?
You need to delete squat indexes first.
Ohh.. ok, i already got back to the original,
I was just worried to see if it would break anything!
Thanks
[]'sf.rique
On Fri, Jun 3, 2011 at 10:12 AM, Timo Sirainen tss@iki.fi wrote:
I'm guessing that it can't find old mails because when you search e.g. "abcde" it thinks it should exist there, but it doesn't since previously you had limited it to 4 chars.
On Fri, 2011-06-03 at 10:09 -0300, Henrique Fernandes wrote:
If i don't what happen?
[]'sf.rique
On Fri, Jun 3, 2011 at 9:15 AM, Timo Sirainen tss@iki.fi wrote:
On Wed, 2011-06-01 at 10:43 -0300, Henrique Fernandes wrote:
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?
You need to delete squat indexes first.
participants (3)
-
Henrique Fernandes
-
Marcin Mirosław
-
Timo Sirainen