Displaying 6 results from an estimated 6 matches for "fts_filters".
2020 Oct 19
4
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)
...ainst the updated index and
> the fact that accented text is not found is not simply because the index
> updates are not visible.
temp changing,
	fts_solr = url=https://solr.example.com:8984/solr/dovecot/ use_libfts soft_commit=yes batch_size=250
-	fts_enforced = body
+	fts_enforced = yes
-	fts_filters = normalizer-icu snowball stopwords
+	fts_filters = lowercase snowball stopwords
now,
	doveadm fts rescan -u testuser at example.com
	doveadm index      -u testuser at example.com -q '*'
, no errors.
on receipt of a test email with
	subject: aausdfrhy?tdwgyatrdf aausdfrhyetdwgyatrdf
	b...
2020 Nov 02
1
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 02/11/2020 15:11 PGNet Dev <pgnet.dev at gmail.com> wrote:
> 
>  
> 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
2020 Oct 19
0
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)
...d text is not found is not simply because the index
>> updates are not visible.
>
> temp changing,
>
> ????fts_solr = url=https://solr.example.com:8984/solr/dovecot/
> use_libfts soft_commit=yes batch_size=250
> -??? fts_enforced = body
> +??? fts_enforced = yes
> -??? fts_filters = normalizer-icu snowball stopwords
> +??? fts_filters = lowercase snowball stopwords
>
> now,
>
> ????doveadm fts rescan -u testuser at example.com
> ????doveadm index????? -u testuser at example.com -q '*'
>
> , no errors.
>
> on receipt of a test email with...
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,
2019 May 22
0
lmtp report permission denied on delivery to multiple recipients
...box Trash {
    special_use = \Trash
  }
  prefix = 
  separator = .
}
passdb {
  args = /etc/dovecot/passdb.deny
  deny = yes
  driver = passwd-file
}
passdb {
  args = /etc/dovecot/ldap.conf
  driver = ldap
}
plugin {
  fts = dovecot
  fts_autoindex = yes
  fts_dovecot_fs = posix:prefix=%h/fts/
  fts_filters = normalizer-icu snowball stopwords
  fts_filters_en = lowercase english-possessive stopwords
  fts_languages = en de
  fts_lucene = whitespace_chars=@.
  fts_solr = url=http://localhost:8080/solr/
  fts_squat = partial=4 full=10
  fts_tokenizer_generic = algorithm=simple
  fts_tokenizers = generic...
2020 Oct 11
6
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)
...;Fedora 32 (Server Edition)"
		CPE_NAME="cpe:/o:fedoraproject:fedora:32"
Solr FTS plugin is enabled/configured,
	mail_plugins = virtual acl fts fts_solr
	plugin {
		fts = solr
		fts_autoindex = yes
		fts_solr = url=https://solr.example.com:8984/solr/dovecot/
		fts_enforced = body
		fts_filters = normalizer-icu stopwords snowball
		fts_language_config = /usr/share/libexttextcat/fpdb.conf
		fts_languages = en es de fr it pt
		soft_commit = yes
	}
IMAP capability returns,
	a OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THR...