Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • solr email search crashing during indexing

    Solved Support mail solr
    7
    1 Votes
    7 Posts
    234 Views
    girishG
    The issue here was a tika crash and not solr. Tika processes attachments like PDF/ODT etc. It's unclear why tika itself crashed. The logs are inside the mail container at /run/tika/tika.log if you want to dig into this further. But generally, a retry will pick up things from where it left off the last time around.
  • 2 Votes
    7 Posts
    263 Views
    necrevistonnezrN
    @LoudLemur said: @necrevistonnezr has a valid point, too. What else can we do, though? "Understand it better?" This problem meant people were not receiving emails. Not sending a bug report, particularly when the ai had found a fix, didn't seem public spirited. It also is a bit like self-censorship. It’s pretty simple: Read the output, work with it it, make it your own. Don‘t just forward it unfiltered. If that’s too much, leave it. In case of a bug report, if you don’t want to put in the work, what’s the point? How does the team know your report was verified by you and has merits? It would probably more helpful to leave the team your result in 3-4 sentences and provide the prompt - then they can see for themselves.
  • 4 Votes
    16 Posts
    1k Views
    girishG
    The core issue was a quoting problem. It was mistaking "-" as an argument instead of a folder name. Fixed in https://git.cloudron.io/platform/box/-/commit/04adf5de3470a944cf811a23613bceb9ea520b38
  • Email search not working properly

    Solved Support mail solr
    26
    2 Votes
    26 Posts
    3k Views
    girishG
    I have increased the solr indexing timeout and reduced the indexing batch size. Maybe it helps on slower machines .
  • 2 Votes
    15 Posts
    4k Views
    d19dotcaD
    That's great, thanks @girish! It seems to work now. I enabled it and followed the steps in the new documentation you linked to, and then ran doveadm -c /run/dovecot.conf index -A '*' from the mail container which started indexing everything. Just waiting for the indexing to finish to confirm it'll be good.
  • Solr+SOGo

    Moved Solved Support mail solr
    9
    2 Votes
    9 Posts
    5k Views
    girishG
    This was a regression in Cloudron 7.7. Thanks for reporting @AartJansen Fixed in https://git.cloudron.io/cloudron/box/-/commit/1afa2e87ec93881ebcd1f79d83d4477467b40770
  • Solr for full text email search is great!

    Locked Discuss email search solr
    3
    3 Votes
    3 Posts
    2k Views
    robiR
    This may also offer an improvement AIFS - https://github.com/KillianLucas/aifs for local semantic search over folders! @Girish what do you think? And if running across the host system platform data, it could index all ones cloudron sites.
  • How to disable Solr

    Solved Support fts solr email
    13
    0 Votes
    13 Posts
    7k Views
    infogulchI
    @girish I think that would be a good change. I also think I should have gone through the Troubleshooting document sooner : https://docs.cloudron.io/troubleshooting/ Thanks!
  • Is there a way to force-index Solr for mailboxes?

    Support mail solr
    4
    0 Votes
    4 Posts
    2k Views
    girishG
    If you go down this route, be sure to search via roundcube or SOGo and not rainloop because the latter does not support recursive search. A while ago @samir shared a recipe with me to make doveadm work, let me see if that still works when I find the time.
  • Solr: "Enabled / not running"

    Solved Support solr fts email
    3
    2
    1 Votes
    3 Posts
    2k Views
    murgeroM
    @necrevistonnezr I noticed the first time enabling it,it has to index each mailbox which takes time depending on how big they are. I am sure if you left it as-is for a bit it would have started on it's own. Glad it's working now
  • Is Full Text Search (Solr) also useful for IMAP?

    Solved Support email solr fts
    3
    2 Votes
    3 Posts
    1k Views
    girishG
    I found that in Thundberbird, if you press Ctrl+K, it will use IMAP search. On Android K-9, there is Settings -> Account Settings -> Search -> Enable server search.