Google Cloud Search Committer

Installation

The Google Cloud Search Committer is a library that you must include in another product classpath (along with required dependencies). For use with a Norconex Crawler, the crawler must already be installed on your system. The Google Committer library, and its dependencies, are added separately.


Install current Norconex release (3.x)

Use the latest Norconex 3.x artifact from Maven Central:

<dependency>
	<groupId>com.norconex.collectors.v3</groupId>
	<artifactId>norconex-committer-googlecloudsearch</artifactId>
	<version>3.x</version>
</dependency>

For release artifacts and source links, see the download page.

Legacy Google-hosted 2.x installation

The older Google-maintained 2.x committer was built from source. Legacy build and setup documentation is still available on the Google Developers website.