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 |
Fixed | Fixed Solr credentials not being sent when "solrCommitDisabled" is false. | #21 |
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. |
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. |
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. |
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. |
Updated | Library updates: Apache Http Components 4.4.1. | |
Fixed | Fixed adding parameters to "updateUrlParams" having no effect (github #3 ). |
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. |
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. |
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". |
Fixed | Fixed OutOfMemory issue when using the Solr Committer with multiple threads. |
New | Starting with this release, Norconex Solr Committer is open-source under GPL. |