Update docs/content/examples/tutorials/dovecot-solr.md
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
60da83f651
commit
4fe0cd27e4
|
@ -27,8 +27,7 @@ solr create -c dovecot
|
|||
cp -R /opt/solr/contrib/analysis-extras/lib /var/solr/data/dovecot
|
||||
```
|
||||
|
||||
Stop the container, you should now have a data/dovecot folder. All that is needed on the solr part is a schema that is tailored specifically for dovecot fts. Luckally dovecot provides these:
|
||||
https://github.com/dovecot/core/tree/main/doc
|
||||
Stop the container, you should now have a data/dovecot folder. All that is needed on the solr part is a schema that is tailored specifically for dovecot fts. [Luckilly, Dovecot provides these](https://github.com/dovecot/core/tree/main/doc).
|
||||
|
||||
As of writing of this guide solr 9 is current, so you need the 2 solr 9 config files:
|
||||
- `solr-config-9.xml`
|
||||
|
|
Loading…
Reference in New Issue