Port details |
- apache-solr8 High performance search server built using Lucene Java
- 8.11.4,1 textproc
=2 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: 2023-06-19 03:51:08
- Last Update: 2024-12-24 20:04:14
- Commit Hash: ae65bcd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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
- No installation instructions:
- This port has been deleted.
- 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
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-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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.11.4,1 24 Dec 2024 20:04:14
    |
Rene Ladan (rene)  |
textproc/apache-solr8: Remove expired port
2024-12-24 textproc/apache-solr8: Deprecated upstream 2024-10-25, upgrade to
version 9 in textproc/apache-solr instead |
8.11.4,1 04 Dec 2024 13:48:33
    |
Matthias Fechner (mfechner)  |
textproc/apache-solr8: update to 8.11.4
Changes: https://solr.apache.org/docs/8_11_4/changes/Changes.html |
8.11.3,1 04 Dec 2024 12:49:38
    |
Matthias Fechner (mfechner)  |
textproc/apache-solr8: mark as deprecated
Update to solr version 9 textproc/apache-solr |
8.11.3,1 18 Feb 2024 07:49:04
    |
Matthias Fechner (mfechner)  |
textproc/apache-solr8: update to 8.11.3
Changes: https://solr.apache.org/docs/8_11_3/changes/Changes.html |
8.11.2,1 19 Jun 2023 03:49:07
    |
Matthias Fechner (mfechner)  |
textproc/apache-solr: switch to version 9
For more details look on 20230618 in UPDATING |