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 |
Defines utility classes that might be helpful for connector developers.
|
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 | Class and Description |
---|---|
class |
SimpleDocumentList
Simple implementation of the
DocumentList interface. |
Modifier and Type | Method and Description |
---|---|
DocumentList |
TraversalManager.resumeTraversal(java.lang.String checkPoint)
Continues traversal from a supplied checkpoint.
|
DocumentList |
TraversalManager.startTraversal()
Starts (or restarts) traversal from the beginning.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyDocumentList
An empty document list that provides a new checkpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffingConnectorDocumentList
An implementation of
DocumentList for the DiffingConnector . |
Modifier and Type | Method and Description |
---|---|
DocumentList |
DiffingConnectorTraversalManager.resumeTraversal(java.lang.String checkpoint) |
DocumentList |
DiffingConnectorTraversalManager.startTraversal()
Start document crawling and piping as if from beginning.
|