Displaying 8 results from an estimated 8 matches for "fts_autoindex_max_recent".
2019 Oct 29
1
Sieve problem - Timeout while waiting for lock
...t/dovecot-ldap.conf
? driver = ldap
}
passdb {
? args = /config/dovecot/common/dovecot-ldap-multiuser.conf
? driver = ldap
? master = yes
}
passdb {
? args = /config/dovecot/common/dovecot-ldap-webmail.conf.ext
? driver = ldap
? master = yes
}
plugin {
? fts = solr
? fts_autoindex = yes
? fts_autoindex_max_recent = 1000
? fts_solr = url=https://192.160.10.81:8983/solr/dovecot/
? mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change save mailbox_create
? mail_log_fields = uid box msgid size flags
? quota = dict:User quota::proxy::sqlquota
? quota_rule2 = INBOX.Trash:s...
2012 Nov 07
1
Solr 4.0 - lucene - FTS
Hi Timo,
As one who is interested in implementing FTS sometime in the future, I'm
curious about what is in store as far as improvements go...
Specifically, any plans for implementing immediate/automatic index
updates at delivery time? The lack of automatically updated indexes is
one downside for its implementation...
Also, does the release of Solr 4.0 mean anything for the lucene library
2013 Jan 20
0
Solr 4.0 - lucene - FTS
...except those who pretty much never read their emails. So with doveadm
> index -n 1000 you could set that if the mailbox's \Recent count is
> over 1000, don't index the mailbox. So .. hmm. I guess two settings
> would be cleaner:
>
> plugin {
> fts_autoindex = yes
> fts_autoindex_max_recent = 1000
> }
sounds nice, any plans on the roadmap to actually implement this yet ?
:)
> Or maybe there's a better name than "autoindex" for this feature.
> SEARCH always autoindexes anyway.
>
>> Also, does the release of Solr 4.0 mean anything for the lucene
>...
2014 Apr 22
0
FTS Lucene: Fatal: master: service(indexer-worker): child * killed with signal 6
...local/etc/dovecot/deny-users
deny = yes
driver = passwd-file
}
passdb {
args = /usr/local/etc/dovecot/master-users
driver = passwd-file
master = yes
}
passdb {
args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
fts = lucene
fts_autoindex = yes
fts_autoindex_max_recent = 1000
fts_lucene = whitespace_chars=@
quota = maildir:User quota
quota_rule = *:storage=20GB
quota_rule2 = Trash:storage=+200M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = /var/sieve-scripts/%Ln.sieve
sieve_dir =...
2018 Mar 05
0
Dovecot 2.2.34 FTS-SOLR = inconsistent results
...args = /usr/local/etc/dovecot/deny-users
? deny = yes
? driver = passwd-file
}
passdb {
? args = /usr/local/etc/dovecot/master-users
? driver = passwd-file
? master = yes
}
passdb {
? args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
? driver = ldap
}
plugin {
? fts = solr
? fts_autoindex = yes
? fts_autoindex_max_recent = 1000
? fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
? quota = maildir:User quota
? quota_rule = *:storage=20GB
? quota_rule2 = Trash:storage=+200M
? quota_warning = storage=95%% quota-warning 95 %u
? quota_warning2 = storage=80%% quota-warning 80 %u
? sieve = /var/sieve-scripts/%Ln.sieve
?...
2014 Apr 23
1
stats: Error: Mail server input error: UPDATE-SESSION username imap: stats shrank: mrbytes 26961885 < 28237323
...local/etc/dovecot/deny-users
deny = yes
driver = passwd-file
}
passdb {
args = /usr/local/etc/dovecot/master-users
driver = passwd-file
master = yes
}
passdb {
args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
fts = lucene
fts_autoindex = yes
fts_autoindex_max_recent = 1000
fts_lucene = whitespace_chars=@
quota = maildir:User quota
quota_rule = *:storage=20GB
quota_rule2 = Trash:storage=+200M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = /var/sieve-scripts/%Ln.sieve
sieve_dir =...
2014 Apr 09
1
Migration to Dovecot 2.2.12 - How to trigger full site indexing
...subscribe
special_use = \Trash
}
prefix =
type = private
}
passdb {
args = /usr/local/etc/dovecot/deny-users
deny = yes
driver = passwd-file
}
passdb {
args = /usr/local/etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
plugin {
fts = lucene
fts_autoindex = yes
fts_autoindex_max_recent = 1000
fts_lucene = whitespace_chars=@
quota = maildir:User quota
quota_rule = *:storage=20GB
quota_rule2 = Trash:storage=+200M
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = /var/sieve-scripts/%Ln.sieve
sieve_dir =...
2019 Oct 02
1
Doveadm error during store - segfault clucene
...ecot-ldap.conf
driver = ldap
}
passdb {
args = /new_config/dovecot/common/dovecot-ldap-multiuser.conf
driver = ldap
master = yes
}
passdb {
args = /new_config/dovecot/common/dovecot-ldap-webmaillight.conf.ext
driver = ldap
master = yes
}
plugin {
fts = lucene
fts_autoindex = yes
fts_autoindex_max_recent = 1000
fts_lucene =
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change save mailbox_create
mail_log_fields = uid box msgid size flags
quota = dict:User quota::proxy::sqlquota
quota_rule2 = INBOX.Trash:storage=+100M
sieve_default = /new_config/doveco...