forked from Lainports/freebsd-ports
49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Make sure to edit the following files to adapt to your setup:
|
|
|
|
%%LOCALBASE%%/etc/solr.in.sh
|
|
/var/db/solr/solr.xml
|
|
|
|
All files are configured to have your solr instances running in
|
|
/var/db/solr/<instancename>
|
|
|
|
For more information how to configure solr check the manual:
|
|
http://lucene.apache.org/solr/resources.html#documentation
|
|
|
|
The port is configured to listen only on localhost, port 8983.
|
|
|
|
To rotate solr log files include /var/log/solr/ to your log rotation
|
|
configuration.
|
|
|
|
To enable the port execute:
|
|
sysrc solr_enable="YES"
|
|
|
|
And start it with:
|
|
service solr start
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
If you update, make sure you update your %%LOCALBASE%%/etc/solr.in.sh
|
|
The LOG4J_PROPS has changed.
|
|
If you would like to change logging, copy:
|
|
cp %%LOCALBASE%%/solr/server/resources/log4j2.xml /var/db/solr/
|
|
Change it and make sure it is loaded in %%LOCALBASE%%/etc/solr.in.sh.
|
|
|
|
Data Import Handler (DIH) has been removed from the base solr and is
|
|
available as independent module which can be installed with solr
|
|
package manager. The current repo is available at:
|
|
https://github.com/rohitbemax/dataimporthandler
|
|
|
|
Make also sure to always check the manual if you need to modify your
|
|
configs or schemas:
|
|
https://solr.apache.org/guide/9_0/solr-upgrade-notes.html
|
|
|
|
Maybe you want also to check some examples:
|
|
https://dovecot.org/pipermail/dovecot/2022-May/124701.html
|
|
https://dovecot.org/pipermail/dovecot/2022-May/124711.html
|
|
EOM
|
|
}
|
|
]
|