| Class | Description |
|---|---|
| AdaptorTemplate |
Demonstrates what code is necessary for putting public
content onto a GSA.
|
| AdaptorWithCrawlTimeMetadataTemplate |
Demonstrates what code is necessary for putting restricted
content onto a GSA.
|
| AdaptorWithRespondNoContentTemplate |
Demonstrates what code is necessary for responding NO_CONTENT (204) to GSA.
|
| AdaptorWithTwoParentOverrides |
Example with depth three ACL chain.
|
| AddContentTypeToMetadata |
Example transform adding type metadata based on extension.
|
| DateSplitTransform |
Metadata Transform to split date field into 3 separate metadata fields
(month, day, year)
Specify the name of the metadata field containing the date as dateField
and the format of the date as dateFormat.
|
| DbAdaptorTemplate |
Demonstrates what code is necessary for putting DB
content onto a GSA.
|
| FileSystemAdaptor |
Simple example adaptor that serves files from the local filesystem.
|
| GroupDefinitionsFromCsv |
Reads memberships from CSV, forms groups, and sends to to GSA.
|
| GroupDefinitionsScaleTester |
Creates groups and users and pushes some number of principals per group.
|
| GroupDefinitionsWriter |
Demonstrates sending group definitions to GSA.
|
| MetadataTransformExample |
Example transform which will move values from one key to another.
|