Skip to content

Releases: adsabs/montysolr

Add UAT ID and facet fields

30 Dec 19:04
365d1d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v96.1.0...v96.1.1

2024 Schema Updates

16 Dec 20:54
Compare
Choose a tag to compare

Added 2 new fields to the schema and added renamed versions of the gpn family of fields as part of their deprecation.

What's Changed

Full Changelog: v96.0.0...v96.1.0

v96.0.0

05 Dec 09:47
c6a9f9b
Compare
Choose a tag to compare

This release is a major infrastructure overhaul to bring the codebase from Solr 7 to Solr 9.
Montysolr will require JVM 11+ to run from now on.

What's Changed

Full Changelog: v77.2.4.1...v96.0.0

Test retries

17 May 08:03
730a992
Compare
Choose a tag to compare

Minor patch to resolve flaky tests killing CI jobs.

What's Changed

Full Changelog: v77.2.4...v77.2.4.1

Negative position search

16 May 07:39
85c935d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v77.2.3...v77.2.4

v77.2.3

02 Feb 20:20
e60e0ab
Compare
Choose a tag to compare

What's Changed

  • Update schema to include Planetary Names fields by @JCRPaquin in #209

Full Changelog: v77.2.2...v77.2.3

Fix for `_nosyn` testcase

26 Nov 23:32
811eee1
Compare
Choose a tag to compare
Pre-release

This release changes a test case to match the expected behavior of exact text search in v77.2.1.

`has` field and `_nosyn` bug fix

02 Nov 06:37
def9cd7
Compare
Choose a tag to compare

This release includes 2 changes:

  1. The schema now includes the has field: a pre-computed field that indicates whether a subset of Solr fields are populated for a given entry.
  2. There was a user report where an exact query was expanding acronyms. We've disabled acronym expansion for _nosyn fields (i.e. the fields exact queries are actually run on) which should resolve this issue.

Migrate to Gradle

03 Oct 17:37
Compare
Choose a tag to compare

Changes the build system to Gradle instead of Ant, greatly reducing build times.

As a result of the changes the ADS extensions are now built separately from the Solr distribution. To build a fully functional montysolr image you'll need to build Lucene-Solr v7.7.3 into a functional Solr distribution then install the montysolr jars into that distribution.

Maintenance release

30 Dec 14:58
3f3368d
Compare
Choose a tag to compare

#197 - Fix bad SSL certificate/domain change to maven.restlet.talend.com