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)
PGNet Dev
pgnet.dev at gmail.com
Mon Oct 19 17:01:06 EEST 2020
On 10/18/20 10:28 PM, Aki Tuomi wrote:
> I can reproduce your problem with the `fts lookup` command. Luckily it's equivalent to running `doveadm search`. I'll open a bug about this.
thx!
> 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
>
> Without this, everything is sent to to solr as-is, which is then expected to do all the work.
missed that one. fixed.
> Also, I noticed you had soft_commit=yes on separate line, that also needs to be on *same* line as fts_solr, as these settings are passed along to solr plugin for parsing.
yup. found/fixed that already after last post ...
now, I've
fts_solr = url=https://solr.example.com:8984/solr/dovecot/ use_libfts soft_commit=yes batch_size=250
More information about the dovecot
mailing list