Update docs/content/examples/tutorials/dovecot-solr.md

Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
beertje44 2024-06-16 19:31:31 +02:00 committed by GitHub
parent 95823a778a
commit c5fdf0f72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ As of writing of this guide solr 9 is current, so you need the 2 solr 9 config f
- `solr-config-9.xml`
- `solr-schema-9.xml`
Copy solr-config-9.xml to the data/dovecot folder and name it: solrconfig.xml
Copy solr-schema-9.xml to the data/dovecot folder and name it: schema.xml, remove managed-schema.xml
Copy `solr-config-9.xml` to the `data/dovecot` folder and name it: `solrconfig.xml`
Copy `solr-schema-9.xml` to the `data/dovecot` folder and name it: `schema.xml`, remove `managed-schema.xml`
Both files should be owned by uid and gid 8983.
Start the solr container once again, you should now have a working dovecot fts specific solr core. All that is left is to connect dms dovecot to this solr core: