Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
com.google.enterprise.connector.util.diffing |
The
diffing package provides a framework for writing
connectors to repositories that do not provide information about
added, deleted, or updated documents. |
Modifier and Type | Method and Description |
---|---|
TraversalManager |
Session.getTraversalManager()
Gets a
TraversalManager to implement query-based traversal. |
Modifier and Type | Class and Description |
---|---|
class |
DiffingConnectorTraversalManager
Implementation of
TraversalManager for the DiffingConnector . |
Modifier and Type | Method and Description |
---|---|
TraversalManager |
DiffingConnector.getTraversalManager()
Creates and returns a
TraversalManager which can start and
resume traversals. |