Specify the Query Parameters

Documents are built by selecting columns from ordered lists returned by synchronization queries.

To index your database, you can configure the connector to use:

  • A full synchronization mode and index the document corpus entirely.

  • Or one of the incremental synchronization modes to push only a fraction of your database. Use incremental modes when your table contains either:

    • A timestamp representing the time of insertion
    • A unique serial number generated with AUTO_INCREMENT

During incremental synchronization, the connector fetches the current timestamp or serial number of the column, and populates a variable in the incremental query to retrieve new rows from the database.

For more information, see Implementing Synchronization in the Exalead CloudView Connector Programmer's Guide

This task shows you how to:

See Also
Examples of JDBC Database Connector Configurations