Hello, Im getting problem on FTS on new created folders (mailboxes). How to simulate: - Enable FTS (solr on our case) - Create a new folder (mailbox) - Move some message to that mailbox - Try to search for the message contents *doveadm search -u user at domain text sometext* # Found nothing, but if i move the message to another mailbox, the search catch the message. # I tried doveadm index command but no response as well # This works only after a full fts rescan *doveadm fts rescan -u user at domain* # And now, works *doveadm search -u user at domain text sometext3c7b60241443ba55af680000cc4d0d4b 1* # My dovecot version = 2.2.18 (EE) # My fts config: fts = solr fts_autoindex = yes fts_autoindex_max_recent_msgs = 50 fts_solr = url=http://127.0.0.1:8080/solr/ Anyone got this problem?
Hi, At Fri, 31 Jul 2015 09:41:10 -0300, Francisco Wagner C. Freire wrote:> Im getting problem on FTS on new created folders (mailboxes). > > How to simulate: > > - Enable FTS (solr on our case) > - Create a new folder (mailbox) > - Move some message to that mailbox > - Try to search for the message contents > > *doveadm search -u user at domain text sometext* > # Found nothing, but if i move the message to another mailbox, the search > catch the message. > # I tried doveadm index command but no response as wellSame here with Dovecot 2.2.13 and Solr.> # This works only after a full fts rescan > *doveadm fts rescan -u user at domain* > > # And now, works > > *doveadm search -u user at domain text > sometext3c7b60241443ba55af680000cc4d0d4b 1* > > # My dovecot version = 2.2.18 (EE) > # My fts config: > > fts = solr > fts_autoindex = yes > fts_autoindex_max_recent_msgs = 50 > fts_solr = url=http://127.0.0.1:8080/solr/ > > Anyone got this problem?-- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
On 24 Sep 2015, at 11:26, SATOH Fumiyasu <fumiyas at osstech.jp> wrote:> > Hi, > > At Fri, 31 Jul 2015 09:41:10 -0300, > Francisco Wagner C. Freire wrote: >> Im getting problem on FTS on new created folders (mailboxes). >> >> How to simulate: >> >> - Enable FTS (solr on our case) >> - Create a new folder (mailbox) >> - Move some message to that mailbox >> - Try to search for the message contents >> >> *doveadm search -u user at domain text sometext* >> # Found nothing, but if i move the message to another mailbox, the search >> catch the message. >> # I tried doveadm index command but no response as well > > Same here with Dovecot 2.2.13 and Solr.2.2.19 should fix this.