Port details |
- apache-solr9 High performance search server built using Lucene Java
- 9.2.0 textproc
=0 9.2.0Version of this port present on the latest quarterly branch.
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2022-10-16 07:15:06
- Last Update: 2023-06-19 03:49:07
- Commit Hash: 7636b89
- 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-solr9>0:textproc/apache-solr9
- No installation instructions:
- This port has been deleted.
- PKGNAME: apache-solr9
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682234904
SHA256 (solr-9.2.0.tgz) = 8b134a13a3e7598f68565b01e755a47e24b37a88141cd2f489fc2812c96f21af
SIZE (solr-9.2.0.tgz) = 278193419
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.2.0:
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
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.2.0 19 Jun 2023 03:49:07 |
Matthias Fechner (mfechner) |
textproc/apache-solr: switch to version 9
For more details look on 20230618 in UPDATING |
9.2.0 23 Apr 2023 08:27:56 |
Matthias Fechner (mfechner) |
textproc/apache-solr9: update from 9.1.1 -> 9.2.0
Changelog:
https://solr.apache.org/news.html#apache-solrtm-920-available |
9.1.1 19 Feb 2023 18:03:39 |
Matthias Fechner (mfechner) |
textproc/apache-solr9: update to 9.1.1
Changelog:
https://solr.apache.org/docs/9_1_1/changes/Changes.html |
9.0.0 16 Oct 2022 07:12:42 |
Matthias Fechner (mfechner) |
textproc/apache-solr9: make version 9 as extra port available
Version 9 has breaking changes which makes it impossible to do a simple
upgrade.
Using an extra ports makes sure to not break installation with
solr version 8.
Copied from b224cb40ad545da1f09dcf0d8bafb8baf0e1b110. |