Norconex Google Cloud Search Committer

Download

Binaries

Latest development build of Norconex Google Cloud Search Committer for the next release in the 3.x series.

Release date2026-07-11
Change log

Source

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

Maven

No stable Norconex release is published yet for this product. Use the snapshot dependency below.

Use the following for the latest snapshot release:

<dependency>
  <groupId>com.norconex.collectors.v3</groupId>
  <artifactId>norconex-committer-googlecloudsearch</artifactId>
  <version>3.2.0-SNAPSHOT</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> 

Legacy Google-hosted 2.x line

The older 2.x implementation was maintained by Google and remains available as a legacy source-based option.