Displaying 20 results from an estimated 20000 matches similar to: "fts_solr not working"
2015 Oct 12
2
fts solr ignores new mailboxes until fts rescan
Hello,
on my debian wheezy installation, I implemented fts plugin with solr as
indexing system.
I noticed that if a user creates a new folder, that folder it is ignored by
dovecot indexing until a doveadm fts rescan is performed for that user.
From that time on everything works ok on that folder.
As a test I set fts_autoindex=yes and put in that folder a brand new mail
never indexed before. in
2019 Apr 14
2
Fwd: Problem with solr working, but not indexing
2020 Oct 18
8
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
I've since rebuilt/reconfig'd all parts of my setup from scratch; some good cleanup along the way.
Atm, my entire system for send/recv, store/retrieve, + rules & search is working as I intend. Ok, mostly ...
Except for this accented-character search mystery. I've got a _lot_ of mail with various languages in bodies, so _do_ need to get this sorted.
> On 10/18/20 2:58 PM,
2020 Nov 01
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 11/1/20 1:56 AM, John Fawcett wrote:
> At the moment I don't see other corrections needed in dovecot apart from
> command line doveadm fts which is not a show stopper. Via doveadm search
> I confirm - on my simple config - that search for accented or non
> accented characters works correctly as it does via imap connection.
thx. hopefully it'll get considered for a next
2017 Feb 07
2
fts_solr and connection via https://
Op 31-1-2017 om 6:33 schreef Jan Vonde:
> Am 31.01.2017 um 00:04 schrieb Stephan Bosch:
>> Op 1/22/2017 om 12:01 PM schreef Stephan Bosch:
>>> Op 1/22/2017 om 10:01 AM schreef Jan Vonde:
>>>> I tried adding the following settings but that didn't help:
>>>> ssl_ca = < /etc/ssl/certs/ca-certificates.crt
>>>> ssl_client_ca_dir =
2020 Oct 19
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
On 10/18/20 10:28 PM, Aki Tuomi wrote:
> Dovecot FTS tokenization is not done, unless you have `use_libfts` in fts_solr setting, in your case
>
> fts_solr = url=https://solr.example.com:8984/solr/dovecot/ use_libfts
changing
- fts_solr = url=https://solr.example.com:8984/solr/dovecot/ soft_commit=yes batch_size=250
+ fts_solr = url=https://solr.example.com:8984/solr/dovecot/ use_libfts
2018 Jul 26
2
mdbox_deleted proper syntax
hello,
on the wiki, https://wiki2.dovecot.org/MailboxFormat/dbox, it says that one can
use either doveadm fetch or doveadm import, however I can find no correct syntax
with fetch that'll actually work. Is the idea to simply override the
mail_location with -o ? That seems to work for doveadm mailbox but not for
doveadm fetch or search
# doveadm -f table mailbox status -u johan all dovecot
2017 Feb 17
2
fts_solr and connection via https://
Op 8-2-2017 om 21:07 schreef Jan Vonde:
> Am 07.02.2017 um 12:29 schrieb Stephan Bosch:
>>
>> Op 31-1-2017 om 6:33 schreef Jan Vonde:
>>> Am 31.01.2017 um 00:04 schrieb Stephan Bosch:
>>>> Op 1/22/2017 om 12:01 PM schreef Stephan Bosch:
>>>>> Op 1/22/2017 om 10:01 AM schreef Jan Vonde:
>>>>>> I tried adding the following settings
2019 Jan 02
5
doveadm index crash/assert
https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-debug.txt
https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-bt.txt
I wish there was a way to set plugins {fts_solr = <blah>} from the command
line :(
but I turned it on globally for that run.
On Wed, Jan 2, 2019 at 3:40 PM Stephan Bosch <stephan at rename-it.nl> wrote:
> Oh, d'oh. I was looking for some solr debug
2020 Aug 25
1
Dovecot search message problem
Hi
I have a dovecot installed on debian 10 using solr to have a better search
speed in emails.
I am observing after an upgrade of the debian dovecot package the error
below:
Aug 25 00:33:45 server01 dovecot:
imap(username at example.com)<24104><hyaFXqutnqUAAAAAAAAAAAAAAAAAAAAB>:
Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0xdb62b)
[0x7f0faeaeb62b] ->
2016 Jul 06
3
Dovecot and Solr 6
Hi!
Dovecot 2.2.24
Had set up solr and new schema collection. Copied dovecot provided
schema. There was an error with booleans (while getting schema via
http), which I "solved" by removing "add-unknown-fields-to-the-schema"
from solrconfig.xml. It is correct way to solve this?
Anyway, I run tcpdump to see network activity between dovecot and solr:
#tcpdump -i lo port 8983
2019 Oct 08
2
fts_solr: Error: fts_solr: received invalid uid '0'
On 07/10/2019 15:13, Fabian Kuran via dovecot wrote:
> Hi,
>
>> Am 23.09.2019 um 09:36 schrieb Filip Hanes <filip.hanes at ringier.sk
>> <mailto:filip.hanes at ringier.sk>>:
>>
>>
>> ?t 19. 9. 2019 o?15:30 Fabian via dovecot <dovecot at dovecot.org
>> <mailto:dovecot at dovecot.org>> nap?sal(a):
>>
>> Are there any
2020 Nov 02
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 11/1/20 10:35 AM, John Fawcett wrote:
> Yes, getting more data about any potential problem would be useful.
>
> Just to clarify: I have a fully working search setup for some time now
> over various dovecot releases, so no patches needed to get it working.
>
> My setup does use fts plugin and fts-solr plugin, but it does not use
> lib-fts functionality (that has many
2017 Nov 20
3
Doveadm backup error.
Hello. I try to migrate dovecot 1 to dovecot 2 with doveadm backup.
But when i try to set doveadm backup i get :
mx3:/root/dsync@[23:11] # doveadm -v -c ah.temp backup -R -u ah at test.pl
<ahuryn at i-pi.pl> imapc:
doveadm(ah at test.pl <ahuryn at i-pi.pl>): Error: Mail access for users with UID
145 not permitted (see first_valid_uid in config file, uid from userdb
lookup).
doveadm(ah
2013 Dec 02
2
FTS solr issue with second private namespace
Hi all,
I have just stumbled over an issue with the FTS plugin of dovecot.
For our primary namespace, INBOX and its subfolders, searching works
without any problems but in a second namespace, which I have created
for old/archived mails, searching of the mail text/body does not work.
I can see the search request in the tomcat log but no result is created
and the mail client (Thunderbird) keeps
2019 Oct 10
2
fts_solr: Error: fts_solr: received invalid uid '0'
Is there a way to get this as a patchset against 2.3.8?
On Tue, Oct 8, 2019 at 12:03 PM Stephan Bosch via dovecot <
dovecot at dovecot.org> wrote:
>
>
> On 08/10/2019 02:52, Stephan Bosch via dovecot wrote:
> >
> >
> > On 07/10/2019 15:13, Fabian Kuran via dovecot wrote:
> >> Hi,
> >>
> >>> Am 23.09.2019 um 09:36 schrieb Filip Hanes
2018 Feb 26
1
dovecot solr and users
Hello,
I'm trying to get fts searching done with dovecot. I keep getting the
below error. Any help appreciated?
Thanks.
Dave.
#doveadm index -A inbox
doveadm(user at example.com): Info: User no longer exists, skipping
#doveconf -n
# 2.2.33.2 (d6601f4ec): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: FreeBSD 11.1-RELEASE-p4 amd64
auth_cache_size = 10 M
2019 Apr 14
1
Problem with solr working, but not indexing
2017 Jul 13
5
passwd-file, getting invalid uid 0
Per my earlier post about system and virtual users, I have everything working, but I'm seeing the
following message, and wondering:
1) does it matter?
2) is there a way to suppress it?
I have an Exim /etc/aliases entry that sends root to me.
Jul 13 14:38:47 thebighonker dovecot: auth-worker(13055): Error: passwd-file /etc/passwd: User root has invalid UID '0'
doveconf -n:
# 2.2.31
2019 Jan 14
5
Solr - complete setup (update)
Hi Stephan,
What's up with that ?
Thank you so much
On 2019-01-05 02:04, Stephan Bosch wrote:
> Hi,
>
> Op 04/01/2019 om 05:36 schreef Joan Moreau via dovecot:
>
>> Hi
>>
>> This is the summary of my work with SOLR-Dovecot, in my *quest to reproduce the previoulsy excellent work of fts_squat*
>>
>> @Aki : Based on the time I have spent on