Norconex Apache Solr Committer

2.x Release Notes

Release History

Version Date Description
2.4.1 2021-10-18 Bugfix release
2.4.0 2019-12-22 Feature release
2.3.0 2017-04-25 Feature release
2.2.0 2016-08-26 Feature release
2.1.0 2016-02-28 Minor release
2.0.2 2015-04-08 Bug fix release
2.0.1 2015-04-01 Maintenance release
2.0.0 2014-11-25 Major release
1.1.0 2014-03-09 Minor release
1.0.1 2013-08-23 Maintenance release
1.0.0 2013-06-04 Open Source release

2.4.1 Bugfix release Release date 2021-10-18 Download

Fixed Fixed Solr credentials not being sent when "solrCommitDisabled" is false. #21

2.4.0 Feature release Release date 2019-12-22 Download

New Added support for BASIC authentication to Solr. #17
New Added support for specifying SolrClient implementations to use (e.g., HttpSolrClient, CloudSolrClient, ...).
Updated Maven dependency updates: Apache Solr 8.3.1, Norconex Commons Lang 1.15.1, Norconex Committer Core 2.1.3.
Removed Removed deprecated methods.

2.3.0 Feature release Release date 2017-04-25 Download

New Added schema-based XML configuration validation.
New Now distributed with utility scripts.
Updated Now requires Java 8+ to run (Solr 6.x requirement).
Updated XML configuration entries expecting millisecond durations can now be provided in human-readable format (e.g., "5 minutes and 30 seconds" or "5m30s").
Updated Maven dependency updates: Norconex Commons Lang 1.13.0, Norconex Committer Core 2.1.0, Apache Solr 6.5.0.

2.2.0 Feature release Release date 2016-08-26 Download

New Now ships with new install script that automates copying of dependent libraries, taking into account possible version conflicts.
Updated Dependency updates: Norconex Committer Core 2.0.5, Apache SolrJ 6.1.0, Apache HttpClient 4.5.2, Apache HttpCore 4.4.5.

2.1.0 Minor release Release date 2016-02-28 Download

New New SolrCommitter#setCommitDisabled(boolean) method (and "commitDisabled" flag for XML configuration) to decide if the Solr commits should be perfommed by this committer, or leave it to the server.
Updated Dependency updates: Norconex Committer Core 2.0.3.

2.0.2 Bug fix release Release date 2015-04-08 Download

Updated Library updates: Apache Http Components 4.4.1.
Fixed Fixed adding parameters to "updateUrlParams" having no effect (github #3 ).

2.0.1 Maintenance release Release date 2015-04-01 Download

Updated Upgraded Solr dependencies to Solr 5. Tested to work with versions from Solr 3.x to 5.x (cloud and standalone).
Fixed Fixed issue where mixing additions and deletions in the same committer request generated an exception (github #1 ).
Updated Added Sonatype repository to pom.xml for snapshot releases.
Updated Updated several maven plugins and added SonarQube maven plugin.
Updated Library updates: Norconex Committer Core 2.0.1, Apache Solr 5.0.0, SLF4j 1.7.12, JUnit 4.12, Apache Commons Codec 1.10.

2.0.0 Major release Release date 2014-11-25 Download

Updated Now licensed under The Apache License, Version 2.0.
Updated Upgraded to work with Norconex Committer 2.0.0 (won't work with older versions).
Updated Document "id" is now referred as document "reference".
Updated Now requires Java 7 or higher.

1.1.0 Minor release Release date 2014-03-09 Download

New Can now retry on commit failures and specify a delay between retries.
Updated Upgraded to Committer version 1.2.0 and refactored code accordingly. Upgraded Solr dependencies to 4.7.
Updated "batchSize configuration option has been renamed to "queueSize". "solrBatchSize" configuration options has been renamed to "committerBatchSize".

1.0.1 Maintenance release Release date 2013-08-23 Download

Fixed Fixed OutOfMemory issue when using the Solr Committer with multiple threads.

1.0.0 Open Source release Release date 2013-06-04 Download

New Starting with this release, Norconex Solr Committer is open-source under GPL.