[Dovecot] Re-indexing of fts-solr not working
Hi,
I am currently testing a 2.1 dovecot setup with fts-solr. Search speed is simply amazing. I decided to try to delete and rebuild the solr indexes, but i can't seem to rebuild them thru dovecot.
At first, when telnetting to the imap server, the search initially built the index, and then subsequent searches are blazingly fast.
1- I deleted all the solr indexes with the following query: <delete><query>*:*</query></delete> 2- Flag the mailbox to be re-indexed: doveadm force-resync INBOX
At this point, it doesn't work. When I telnet into the imap server, the searches always come back empty
3- I also tried a few other commands: doveadm fts rescan, doveadm index INBOX.
Still no search results. Nothing seems to be appearing in the logs when I issue all the doveadm commands.
What did I miss?
Thanks,
Joe
On 17.4.2012, at 21.36, Joe Beaubien wrote:
I am currently testing a 2.1 dovecot setup with fts-solr. Search speed is simply amazing. I decided to try to delete and rebuild the solr indexes, but i can't seem to rebuild them thru dovecot.
With Maildir you could just delete dovecot.index* files. But with dbox that's not a good idea. Anyway, implemented now the minimum needed to get doveadm fts rescan to work:
Awesome, thanks.
Will this appear in the 2.1.5 release?
On Wed, Apr 18, 2012 at 12:57 PM, Timo Sirainen tss@iki.fi wrote:
On 17.4.2012, at 21.36, Joe Beaubien wrote:
I am currently testing a 2.1 dovecot setup with fts-solr. Search speed is simply amazing. I decided to try to delete and rebuild the solr indexes, but i can't seem to rebuild them thru dovecot.
With Maildir you could just delete dovecot.index* files. But with dbox that's not a good idea. Anyway, implemented now the minimum needed to get doveadm fts rescan to work:
Sure. Everything in hg goes to the next release.
On 18.4.2012, at 22.41, Joe Beaubien wrote:
Awesome, thanks.
Will this appear in the 2.1.5 release?
On Wed, Apr 18, 2012 at 12:57 PM, Timo Sirainen tss@iki.fi wrote:
On 17.4.2012, at 21.36, Joe Beaubien wrote:
I am currently testing a 2.1 dovecot setup with fts-solr. Search speed is simply amazing. I decided to try to delete and rebuild the solr indexes, but i can't seem to rebuild them thru dovecot.
With Maildir you could just delete dovecot.index* files. But with dbox that's not a good idea. Anyway, implemented now the minimum needed to get doveadm fts rescan to work:
participants (2)
-
Joe Beaubien
-
Timo Sirainen