Google Search Appliance - Connector Developer's Guide: About This Guide

Google Search Appliance software version 6.2
Connector manager version 2.4.0
Posted December 2009

This guide helps you write a Java application that enables a Google Search Appliance to index the documents in a content management system. Use this guide with the Javadoc reference, which describes the Java interfaces for coding a connector.

This guide provides the Getting Started tutorial after the concepts in the Introduction. This approach lets you create a connector using an integrated development environment (IDE) and then test the connector with a Google Search Appliance. The rest of the guide helps you to build on your knowledge.

Chapters: Home, About This Guide, Introduction, Getting Started, SPI Overview, Traversing Documents,
Authentication, Authorization, Configuration, Appendix A: Building a Debug Connector Manager

Chapter Contents: About This Guide

  1. Audience
  2. Guide Overview
  3. User Conventions
  4. More Information
    1. Connector Manager Information
    2. Sample Connector Code
    3. Connector Open Source Sites
    4. Connector Help
    5. Tool Information
  5. Open Source Contributions

Audience

This guide is for Java programmers who are developing connectors for a content management system.

This guide assumes knowledge of:

Back to top

Guide Overview

This guide contains the following sections:

Back to top

User Conventions

The audience user conventions in this document are as follows.

Back to top

More Information

The following topics are in this section:

Connector Manager Information

Connector manager resources:

Sample Connector Code

Code samples referenced in this document:

Back to top

Connector Open Source Sites

Connector documentation is available at http://code.google.com/apis/searchappliance/documentation/connectors/index.html

Connector open source sites:

Connector Help

To ask questions interactively:

Back to top

Tool Information

Additional information on tools:

Open Source Contributions

Google facilitates your development effort by providing an open source connector manager. We encourage you to make your connector open source and help build a community of developers who create connectors.

Back to top

Next Chapter: Introduction