您的位置:首页 > 其它

企业搜索引擎开发之连接器connector(一)

2012-12-02 15:55 417 查看
http://code.google.com/p/google-enterprise-connector-manager/
http://code.google.com/p/googlesearchapplianceconnectors/
Connector developper guide

https://developers.google.com/search-appliance/documentation/connectors/110/connector_dev/cdg_buildcm?hl=fr
https://developers.google.com/search-appliance/?hl=zh-CN https://developers.google.com/search-appliance/documentation/614/ https://developers.google.com/search-appliance/documentation/connectors/ http://google-enterprise-connector-manager.googlecode.com/svn/docs/devguide/index.html https://developers.google.com/search-appliance/documentation/614/feedsguide
在开发企业搜索引擎的过程中接触到google的企业连接器,精彩不容错过,在企业搜索引擎开发过程中提供了一个很好的设计思路

悲催的是 偌大一个网络 找不到一篇中文文档,看来还得要自己研究了……

基于连接器的企业搜索引擎设计有点类似于tomcat的设计思路,tomcat的主要组件是连接器与处理器(容器)

这里的用于企业搜索引擎的连接器用于连接各种不同的数据源,屏蔽了各种数据源的差异(相当于数据库之JDBC)

处理器从连接器获取待处理的数据,进一步解析及索引处理等

This project is a superset of various connectors for the Google Search Appliance hosted on the code site. Here you can find binaries with installer, links to other sub projects etc.

To download the latest Google Search Appliance Connectors release (starting with 2.4), click here

You can find past releases here: https://support.google.com/enterprise/doc/gsa/connector/index.html

Here is a list of connectors from us:

Google Search Appliance Connector for SharePoint

Google Search Appliance Connector for Documentum

Google Search Appliance Connector for Livelink

Google Search Appliance Connector for FileNet

Google Search Appliance Connector for File Systems

Google Search Appliance Connector for Databasesbeta

Google Search Appliance Connector for Notes

Google Search Appliance Connector for LDAPbeta

We also provide additional connectors in our Enterprise Lab:

Google Search Appliance Connector for Salesforcelab feature

If you'd like to build a connector of your own, or customize a connector that we provide, you can find the framework here - Connector Manager.

The Google Search Appliance Connectors Release 2.8.4 is available for download from the downloads tab

Google Enterprise Connectors

List of available connectors :

Web Connector: allows Constellio to index and search whole Internet or Intranet websites (bundled with Constellio);

Email Connector: indexes the content of electronic mailboxes (bundled with Constellio);

Database connector: provides searchable documents for your database, from SQL queries (bundled with Constellio);
http://code.google.com/p/google-enterprise-connector-database/

Filesystem Connector: indexes documents from local and shared filesystems (bundled with Constellio);
http://code.google.com/p/google-enterprise-connector-file-system/

Connectors for your Enterprise Content Management (ECM) software - SharePoint;
http://code.google.com/p/google-enterprise-connector-sharepoint/

Connectors for your Enterprise Content Management (ECM) software - Documentum;
http://code.google.com/p/google-enterprise-connector-dctm/

Connectors for your Enterprise Content Management (ECM) software - Livelink;
http://code.google.com/intl/fr/apis/searchappliance/documentation/connec...
http://code.google.com/p/google-enterprise-connector-otex/

Connectors for your Enterprise Content Management (ECM) software - FileNet;
http://code.google.com/intl/fr/apis/searchappliance/documentation/connec...
http://code.google.com/p/google-enterprise-connector-file/

Connectors for your Enterprise Content Management (ECM) software - Alfresco (in development);

Salesforce Connector to search all the content of your Customer Relationship Management (CRM) software;
http://code.google.com/p/google-enterprise-connector-salesforce/

Connector for search documents and other content from your collaborative software - Lotus Notes;
http://code.google.com/p/google-enterprise-connector-notes/

Connector for Java Content Repositories (JCR)/JSR-170 compatible content repositories;
http://code.google.com/p/google-enterprise-connector-jcr/

Connector "Google Apps-For-Your-Domain".
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: