Skip to content

Apache Solr Full-Text- Search Index for Dovecot via Bastille

License

Notifications You must be signed in to change notification settings

SamGamdschie/bastille-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

bastille-solr

Apache Sole Full-Text- Search Index for Dovecot via Bastille

see https://doc.dovecot.org/configuration_manual/fts/solr/#fts-backend-solr

Cronjob

Create two contrab entries for user solr crontab -u solr -e:

15 2 * * *  /usr/local/bin/curl -s 'http://localhost:8983/solr/dovecot/update?optimize=true' > /dev/null
*/5 * * * * /usr/local/bin/curl -s 'http://localhost:8983/solr/dovecot/update?commit=true' > /dev/null

Adjusted Schema

Check GitHub for current versions of SOLR schema and config at https://github.com/dovecot/core/tree/main/doc

About

Apache Solr Full-Text- Search Index for Dovecot via Bastille

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published