File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2092,6 +2092,21 @@ A value of \`0\` means no timeout.`
20922092 text : `Maximum body size that is processed by fts. \`0\` means unlimited.`
20932093 } ,
20942094
2095+ fts_decoder_tika : {
2096+ plugin : 'fts' ,
2097+ values : setting_types . NAMED_FILTER ,
2098+ seealso : [ 'fts_decoder_tika_url' ] ,
2099+ text : `
2100+ Named filter used for [Apache Tika](https://tika.apache.org/) HTTP lookups.
2101+ For example:
2102+
2103+ \`\`\`[dovecot.conf]
2104+ fts_decoder_tika {
2105+ http_client_request_timeout = 10s
2106+ }
2107+ \`\`\``
2108+ } ,
2109+
20952110 fts_decoder_tika_url : {
20962111 added : {
20972112 settings_fts_tika_changed_auth : `
@@ -2103,6 +2118,7 @@ Renamed from \`fts_tika\`.`
21032118 } ,
21042119 plugin : 'fts' ,
21052120 values : setting_types . STRING ,
2121+ seealso : [ 'fts_decoder_tika' ] ,
21062122 text : `
21072123URL for [Apache Tika](https://tika.apache.org/) decoder for attachments.
21082124
You can’t perform that action at this time.
0 commit comments