Releases: adsabs/montysolr
Add UAT ID and facet fields
2024 Schema Updates
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
- Add
doctype_boost
by @JCRPaquin in #224 scix_id
andplanetary_feature
schema additions by @JCRPaquin in #225
Full Changelog: v96.0.0...v96.1.0
v96.0.0
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
- Change Montysolr build to use Java 11 by @JCRPaquin in #218
- Implement the 10k Test Suite by @JCRPaquin in #214
- Solr 9 Update by @JCRPaquin in #221
Full Changelog: v77.2.4.1...v96.0.0
Test retries
Minor patch to resolve flaky tests killing CI jobs.
What's Changed
- Add test retries by @JCRPaquin in #215
Full Changelog: v77.2.4...v77.2.4.1
Negative position search
What's Changed
- Implement negative position search by @JCRPaquin in #212
Full Changelog: v77.2.3...v77.2.4
v77.2.3
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
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
This release includes 2 changes:
- 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. - 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
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
#197 - Fix bad SSL certificate/domain change to maven.restlet.talend.com