On 24 Apr 2015, at 13:54, Ralf Hildebrandt <r at sys4.de> wrote:> > * Ralf Hildebrandt <r at sys4.de>: >> I don't find "fts_languages" in the documentation... What should I add >> there anbd where? > > fts_languages = de,en > seems to do the trick. But I wonder if there's something like "all" > and what exactly this setting does.That code shouldn't have run at all (unless you had configured fts_lucene = use_libfts). It's still work in progress. I'll get rid of the errors.
* Timo Sirainen <dovecot at dovecot.org>:> On 24 Apr 2015, at 13:54, Ralf Hildebrandt <r at sys4.de> wrote: > > > > * Ralf Hildebrandt <r at sys4.de>: > >> I don't find "fts_languages" in the documentation... What should I add > >> there anbd where? > > > > fts_languages = de,en > > seems to do the trick. But I wonder if there's something like "all" > > and what exactly this setting does. > > That code shouldn't have run at all (unless you had configured fts_lucene = use_libfts). It's still work in progress. I'll get rid of the errors.oops :) -- [*] sys4 AG http://sys4.de, +49 (89) 30 90 46 64 Franziskanerstra?e 15, 81669 M?nchen Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
Hello Ralf and Timo, i got the same warning but my fts is configured to use solr and not lucene. applied the same quick fix as Ralf did maybe there is more to look at when fixing it. greets, dominik Am Freitag, den 24.04.2015, 13:00 +0200 schrieb Ralf Hildebrandt:> * Timo Sirainen <dovecot at dovecot.org>: > > On 24 Apr 2015, at 13:54, Ralf Hildebrandt <r at sys4.de> wrote: > > > > > > * Ralf Hildebrandt <r at sys4.de>: > > >> I don't find "fts_languages" in the documentation... What should I add > > >> there anbd where? > > > > > > fts_languages = de,en > > > seems to do the trick. But I wonder if there's something like "all" > > > and what exactly this setting does. > > > > That code shouldn't have run at all (unless you had configured fts_lucene = use_libfts). It's still work in progress. I'll get rid of the errors. > > oops :) >