This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
47 lines (35 loc) · 1.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Welcome to the Google Search Appliance Connector Manager project!
Version 4 connectors are being developed with the Adaptor Library, a
new connector framework. See the Adaptors page for more information:
http://googlegsa.github.io/adaptor/index.html
The Google Search Appliance Connector Framework enables Google
Search Appliances to search and serve documents stored in non-Web
repositories, such as enterprise content management systems.
An enterprise content management (ECM) system provides a central
repository for large numbers of documents.
The Connector Manager is the central part of the connector framework
for Google Search Appliances. It is responsible for hosting and
running connectors built with this framework. The connector manager
also manages all communications between search appliances and
connectors.
A connector communicates with an ECM system in response to requests
from the connector manager. To manage your connectors, you'll run the
connector manager on any application server that provides a servlet
interface, such as Apache Tomcat. The Google Search Appliance
communicates with the connector manager running on your application
server using a servlet interface.
The Connector Manager itself manages creation, instantiation,
scheduling and monitoring of connectors that supply content and
provide authentication and authorization services to the Google Search
Appliance. The connector manager calls the SPI methods at stated
intervals to perform the tasks of authentication, authorization, and
traversal of content at the repository.
Documentation Links
* Documentation for the Google Search Appliance Connectors
https://support.google.com/gsa/topic/4566684?ref_topic=2709671
* Connector Developer's Guide
http://googlegsa.github.io/managerdocs.v3/devguide/2.4.0/index.html
* Connector SPI
http://googlegsa.github.io/managerdocs.v3/javadoc/3.2.10/index.html
* Documentation for Google Search Appliance
https://support.google.com/gsa/