On 11/2/20 12:44 AM, Aki Tuomi wrote:
you should try removing use_libfts from your config line and let solr do that
part.
sry, i'm a bit confused.
you'd suggested I _add_ it,
https://dovecot.org/pipermail/dovecot/2020-October/120258.html
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.
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.
So what's the recommendation? use use_libfts, or not?