Port details |
- apache-solr9 High performance search server built using Lucene Java
- 9.1.1 textproc
=0 Version of this port present on the latest quarterly branch. - Maintainer: mfechner@FreeBSD.org
 - Port Added: 2022-10-16 07:15:06
- Last Update: 2023-02-19 18:03:39
- Commit Hash: 55547c1
- Also Listed In: java
- License: APACHE20
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- apache-solr9>0:textproc/apache-solr9
- To install the port:
- cd /usr/ports/textproc/apache-solr9/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/apache-solr9
- pkg install apache-solr9
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: apache-solr9
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1676718132
SHA256 (solr-9.1.1.tgz) = 3d66aadb0afa69360da05a9124e7724539c7d5e41adecb7a736921baf6b97575
SIZE (solr-9.1.1.tgz) = 229955064
Packages (timestamps in pop-ups are UTC):
- 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-solr9-9.1.1:
JTS=off: Enable support for JTS Topology Suite
===> Use 'make config' to modify these settings
- Options name:
- textproc_apache-solr9
- 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
- WWW: https://lucene.apache.org/solr/
- Master Sites:
|