| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights for this Solr release include:
Critical Security Update: Fix for CVE-2017-12629 which is a working 0-day exploit reported on the public mailing list.
Auto-scaling: Solr can now move replicas automatically when a new node is added or an existing node is removed using the auto scaling policy framework introduced in 7.0
Auto-scaling: The 'autoAddReplicas' feature which was limited to shared file systems is now available for all file systems. It has been ported to use the new autoscaling framework internally.
Auto-scaling: New set-trigger, remove-trigger, set-listener, remove-listener, suspend-trigger, resume-trigger APIs
Auto-scaling: New /autoscaling/history API to show past autoscaling actions and cluster events
New JSON based Query DSL for Solr that extends JSON Request API to also support all query parsers and their nested parameters
JSON Facet API: min/max aggregations are now supported on single-valued date fields
Lucene's Geo3D (surface of sphere & ellipsoid) is now supported on spatial RPT fields by setting spatialContextFactory="Geo3D". Furthermore, this is the first time Solr has out of the box support for polygons
Expanded support for statistical stream evaluators such as various distributions, rank correlations, distances and more.
Multiple other optimizations and bug fixes
PR: 223073
Submitted by: idefix@fechner.net (Maintainer)
Security: CVE-2017-12629
|
|
|
|
|
| |
PR: 222932
Submitted by: idefix@fechner.net (maintainer)
|
|
|
|
|
|
|
|
| |
PR: 220001
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer), Reshad Patuck <reshadpatuck1@gmail.com>
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11501
|
|
|
|
|
|
| |
PR: 218971
Changes: http://lucene.apache.org/solr/6_5_1/changes/Changes.html
Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
properly.
When deploying Apache Solr in Jail lsof needs access to /dev/mem which is not allowed by default. Lack of the access makes the startup script run in the loop for 3 minutes and then it assumes that it might have succeed.
Allowing access to /dev/mem makes running Solr in Jail a bit pointless.
Following patch changes the behaviour of Solr startup script to use sockstat instead of lsof to check if Solr has already started. This also makes the dependency on lsof obsolete.
While here, pet portlint.
PR: 218654
Submitted by: Wiktor Niesiobedzki <bsd@vink.pl>
Approved by: idefix@fechner.net (maintainer), adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10416
|
|
|
|
|
| |
PR: 218523
Submitted by: maintainer
|
|
|
|
|
| |
PR: 216341
Submitted by: maintainer
|
|
|
|
|
| |
PR: 215389
Submitted by: idefix@fechner.net (maintainer)
|
|
|
|
|
|
|
|
| |
- submitter becomes maintainer
PR: 201455, 212313
Changes: https://lucene.apache.org/solr/6_2_0/changes/Changes.html
Submitted by: Matthias Fechner <idefix@fechner.net>
|
|
|
|
|
| |
PR: 211286 (based on)
Submitted by: ari@ish.com.au
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
|
|
|
|
|
|
|
|
| |
- Provide missing files like bin/solr and bin/post
- still open: provide a working startup script and some instructions
on how to configure
PR: 201455
Submitted by: idefix@fechner.net, elferdo@gmail.com
|
|
|
|
|
| |
Changes see:
http://lucene.apache.org/solr/5_2_1/changes/Changes.html
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 199032
Submitted by: shun <shun.fbsd.pr@dropcut.net>
|
|
|
|
|
| |
PR: 195860
Submitted by: paul@gromit.dlib.vt.edu
|
|
|
|
|
|
|
| |
There's been 3 consecutive PR timeouts on this port (two still pending
from early December). The last sighting of former maintainer was
November 2013 and he didn't stage the port (strike 4). That's the
justification for the reset.
|
|
|
|
|
|
|
|
|
| |
Changes see:
http://lucene.apache.org/solr/4_10_1/changes/Changes.html
PR: 193290
Submitted by: Radim Kolar <hsn@sendmail.cz>
Approved by: gaod@hychen.org (maintainer timeout)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
|
| |
PR: 190449
Submitted by: Larry Rosenman
|
|
|
|
|
|
|
| |
- Add license
- Convert to options helpers
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
|
|
|
|
|
| |
Changes: http://lucene.apache.org/solr/4_6_0/changes/Changes.html
PR: ports/184262
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
|
|
|
|
|
| |
Changes: http://lucene.apache.org/solr/4_5_1/changes/Changes.html
PR: ports/184155
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
|
|
|
| |
textproc)
|
|
|
|
|
| |
PR: ports/181539
Submitted by: maintainer
|
|
|
|
| |
PR: 179982
|
|
|
|
|
| |
PR: ports/179516
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Convert to OptionsNG
- Fix WWW: line in pkg-descr
PR: ports/176876 [1]
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
|
|
|
|
|
|
|
| |
2: upgrade apache-solr3 to 3.6.2.
3: upgrade apache-solr to 4.1.0.
PR: ports/176237
Submitted by: maintainer
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- while here... [2]
- Add AL2 License
- drop unneeded usage of bsd.port.pre.mk
- standardize on MASTER_SITES
- standardize on install, use COPYTREE_SHARE in favor of CP
- use PORTEXAMPLES, and have plist follow
PR: ports/167511
Submitted by: gaod@hychen.org [1], jgh@ [2]
Approved by: maintainer, gslin@gslin.org [1], new maintainer gaod@hychen.org [2]
|
|
|
|
|
|
| |
PR: 163859
Submitted by: Hung-Yi Chen <gaod at cse dot tw>
Approved by: maintainer
|
|
|
|
|
|
|
| |
PR: ports/162281
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: gslin@gslin.org (maintainer timeout, 30 days), mentor (gabor)
Feature safe: yes
|
|
|
|
|
| |
PR: 157926
Submitted by: maintainer
|
|
|
|
|
|
|
| |
PR: ports/148355
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
|
|
|
|
|
| |
PR: ports/142762
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
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.
WWW: http://lucene.apache.org/solr/
PR: ports/132665
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|