Skip to content

Releases: adsabs/montysolr

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

Schema update: comment and pubnote options

29 Nov 20:14
f185ff0
Compare
Choose a tag to compare

#195 - Updated schema: comment+pubnote will not omit positions

Fix for exception with Russian transliteration rules

14 Sep 01:49
960d907
Compare
Choose a tag to compare

Fix Java exception when searching for author name with Russian transliteration rules (GitHub issue #189 ).

Different transliteration rules + small changes to schema.xml

22 Feb 20:30
Compare
Choose a tag to compare
  • major update to author transliteration rules (more standard ascii-fication)
  • removing obsolelte fields (all) and making some facet indexes case insensitive

Updated schema to not copy/duplicate identifiers

28 Sep 14:16
277bde9
Compare
Choose a tag to compare
Update schema.xml

Removed copyField causing duplication of data bibcode->identifier

Improved affiliation search

12 Mar 15:43
Compare
Choose a tag to compare
v77.1.1.4

Improved affiliations search