Port details on branch 2024Q4 |
- apache-solr8 High performance search server built using Lucene Java
- 8.11.4,1 textproc =0 8.11.4,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Deprecated upstream 2024-10-25, upgrade to version 9 in textproc/apache-solr instead
This port expired on: 2024-12-24
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2024-12-07 15:07:30
- Last Update: 2024-12-06 10:17:35
- Commit Hash: 809f7f2
- 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-solr8>0:textproc/apache-solr8
- To install the port:
- cd /usr/ports/textproc/apache-solr8/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/apache-solr8
- pkg install apache-solr8
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-solr8
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733319881
SHA256 (solr-8.11.4.tgz) = 163fbdf246bbd78910bc36c3257ad50cdf31ccc3329a5ef885c23c9ef69e0ebe
SIZE (solr-8.11.4.tgz) = 225264820
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-solr8-8.11.4,1:
JTS=off: Enable support for JTS Topology Suite
===> Use 'make config' to modify these settings
- Options name:
- textproc_apache-solr8
- 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 have a working initial config, use:
cp -R /usr/local/solr/example/example-DIH/solr/solr /var/db/solr/
chown -R solr /var/db/solr/solr
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.
Make also sure to always check the manual if you need to modify your
configs or schemas:
https://solr.apache.org/guide/8_9/solr-upgrade-notes.html
- Master Sites:
|