Norconex Crawler V4 is here, in beta. A rewritten crawler with a free visual configurator — give it a try and tell us what you think. Try the beta →
Norconex Elasticsearch Committer

Download

Binaries

The most recent stable Norconex Elasticsearch Committer release in the 3.x series.

Release date2026-08-31
Change log

The most recent stable Norconex Elasticsearch Committer release in the 5.x series.

Release date2022-01-04
Change log

Past versions

Archives for past versions of Norconex Elasticsearch Committer are available on Maven Central repository.

Source

Source code can be obtained on GitHub: https://github.com/Norconex/committer-elasticsearch.

Maven

Maven users can add the following to their pom.xml:

<dependency>
  <groupId>com.norconex.collectors.v3-align</groupId>
  <artifactId>norconex-committer-elasticsearch</artifactId>
  <version>3.2.0</version>
</dependency>

For snapshot releases, include the Sonatype Central snapshots repository:

<repository>
  <id>central-snapshots</id>
  <name>Maven Central Snapshot Repository</name>
  <url>https://central.sonatype.com/repository/maven-snapshots</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>