summaryrefslogtreecommitdiff
path: root/textproc/apache-solr/files/pkg-message.in
blob: bfbc748d17b9737d4bd58cc4c96227e8e20b1a33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
{ 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
}
]