Port details on branch 2024Q4 |
- apache-solr High performance search server built using Lucene Java
- 9.7.0_1,1 textproc =0 9.7.0_1,1Version of this port present on the latest quarterly branch.
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2024-12-07 15:06:30
- Last Update: 2024-12-19 09:04:46
- Commit Hash: 5cd096a
- Also Listed In: java
- License: APACHE20
- WWW:
- https://lucene.apache.org/solr/
- Description:
- Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, a web administration interface
and many more features. It runs in a Java servlet container such as
Tomcat.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-solr>0:textproc/apache-solr
- To install the port:
- cd /usr/ports/textproc/apache-solr/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/apache-solr
- pkg install apache-solr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-solr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733237470
SHA256 (solr-9.7.0.tgz) = 38548b86fa4e3c87883875952da124bf7d742cb8f7b25d37a1176833588e8552
SIZE (solr-9.7.0.tgz) = 282847338
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for apache-solr-9.7.0_1,1:
JTS=off: Enable support for JTS Topology Suite
===> Use 'make config' to modify these settings
- Options name:
- textproc_apache-solr
- USES:
- cpe tar:tgz
- pkg-message:
- For install:
- Make sure to edit the following files to adapt to your setup:
/usr/local/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
- If upgrading
- If you update, make sure you update your /usr/local/etc/solr.in.sh
The LOG4J_PROPS has changed.
If you would like to change logging, copy:
cp /usr/local/solr/server/resources/log4j2.xml /var/db/solr/
Change it and make sure it is loaded in /usr/local/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
- Master Sites:
|