Skip to content

Tags: solrmarc/solrmarc

Tags

3.4

Toggle 3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Readme.md

Make the badge clickable

v3.3

Toggle v3.3's commit message
Updates to allow better handling and better formatting of data extrac…

…ted from fields.

v3.2

Toggle v3.2's commit message
Updates to be able to run under Java 10 and later and to better log i…

…nfo early in the startup process, before the logging library may have been loaded.

v3.1

Toggle v3.1's commit message
Updates to work with solr 7.x, many other new features.

v3.0.6

Toggle v3.0.6's commit message
Recent change to use readQ.take() can lead to situation where all ind…

…exing threads are blocked waiting for a record to take() . When this happens the program locks up and never terminates.

A simple way to observe this behavior is to set the number indexing threads to 4 and then try to index a file containing a single record.

v3.0.5

Toggle v3.0.5's commit message
Fix issue Where version number generation fails after a release

v3.0.4

Toggle v3.0.4's commit message
more tests

v3.0.3

Toggle v3.0.3's commit message
Translating the code to strings that could be used as specifications …

…in a data driven test.

Purely a housekeeping change to a file that will be deleted in the future.

v3.0.2

Toggle v3.0.2's commit message
Increment build number