index.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Google Search Appliance Adaptors</title>
  6. <link rel="stylesheet" type="text/css" href="./css/common.css">
  7. <meta name="description" content="Software to get non-http content into Google Search Appliance">
  8. <meta name="keywords" content="GSA, Google Search Appliance, Enterprise Search, Plexi, Adaptors">
  9. <meta name="author" content="Google">
  10. <link rel="author" href="https://plus.sandbox.google.com/+google/posts">
  11. <link rel="publisher" href="https://plus.sandbox.google.com/+google/posts">
  12. </head>
  13. <body><center><table><tr><td width=1024>
  14. <!-- TOP WITH PROJECT NAME AND GRAPHIC BEGINS -->
  15. <table><tr>
  16. <td>
  17. <h1>Google Search Appliance Adaptors</h1>
  18. <table><tr>
  19. <td width=100>&nbsp;</td>
  20. <td>
  21. <h2>index non-HTTP content repositories</h2>
  22. <b>Code license:</b>
  23. <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow">Apache License 2.0</a>
  24. </td>
  25. </tr></table>
  26. </td>
  27. <td>
  28. <img src=gsa_with_plug_2.jpg></img>
  29. </td>
  30. </tr></table>
  31. <!-- TOP WITH PROJECT NAME AND GRAPHIC ENDS -->
  32. <!-- CONTENT SECTIONS BEGIN -->
  33. <h2> About </h2>
  34. <table><tr><td width=770>
  35. Google Search Appliance (GSA) adaptors allow the GSA to crawl and index non-HTTP content
  36. repositories. They provide the repository content over HTTP/HTTPS and notify the GSA of
  37. documents in the repository. Adaptors are designed to be simple to create and get running,
  38. but still provide security, performance, and scalability. In this project's repositories
  39. you'll find the Adaptor Library and complete adaptor implementations. For more detailed
  40. description, see <a href="docs/WhatAreAdaptors.html">WhatAreAdaptors</a>. When released
  41. adaptors are referred to as "Google Search Appliance Connectors".
  42. </td></tr></table>
  43. <h2> Featured Product Downloads </h2>
  44. <table style="border: 1px solid gray; border-collapse: collapse;">
  45. <thead>
  46. <th> Executable Java Jar </th>
  47. <th> Version </th>
  48. <th> &nbsp; File Size in bytes </th>
  49. <th> MD5 Sum </th>
  50. </thead>
  51. <tbody>
  52. <tr bgcolor=c1f0c1>
  53. <td> <a href="https://github.com/googlegsa/activedirectory/releases/download/v4.1.4/adaptor-ad-4.1.4-withlib.jar">
  54. Connector for Active Directory</a> </td>
  55. <td> 4.1.4 </td>
  56. <td> &nbsp; 11,350,491 </td>
  57. <td> b5209661462e48e317f96493cfce6133 </td>
  58. </tr>
  59. <tr bgcolor=d8d8f7>
  60. <td> <a href="https://github.com/googlegsa/database/releases/download/v4.1.4/adaptor-database-4.1.4-withlib.jar">
  61. Connector for Databases </a> </td>
  62. <td> 4.1.4 </td>
  63. <td> &nbsp; 11,390,213 </td>
  64. <td> b24f337aff4b01a3b5315a43f329cc8a </td>
  65. </tr>
  66. <tr bgcolor=c1f0c1>
  67. <td> <a href="https://github.com/googlegsa/sharepoint/releases/download/v4.1.4/adaptor-sharepoint-4.1.4-withlib.jar">
  68. Connector for SharePoint</a> </td>
  69. <td> 4.1.4 </td>
  70. <td> &nbsp; 11,907,254 </td>
  71. <td> 319e51e14898fb83069fb8c686adf3e2 </td>
  72. </tr>
  73. <tr bgcolor=d8d8f7>
  74. <td> <a href="https://github.com/googlegsa/sharepoint/releases/download/v4.1.4/adaptor-sharepoint-user-profile-4.1.4-withlib.jar">
  75. Connector for SharePoint User Profiles</a> </td>
  76. <td> 4.1.4 </td>
  77. <td> &nbsp; 11,907,277 </td>
  78. <td> 9fac999877d26d61c8595c9ff3f924c9 </td>
  79. </tr>
  80. <tr bgcolor=c1f0c1>
  81. <td> <a href="https://github.com/googlegsa/documentum/releases/download/v4.1.3/adaptor-documentum-4.1.3-withlib.jar">
  82. Connector for Documentum </a> </td>
  83. <td> 4.1.3 </td>
  84. <td> &nbsp; 10,989,572 </td>
  85. <td> d90a764ed2b556a4829ec80beda6d875 </td>
  86. </tr>
  87. <tr bgcolor=d8d8f7>
  88. <td> <a href="https://github.com/googlegsa/filesystem/releases/download/v4.1.3/adaptor-fs-4.1.3-withlib.jar">
  89. Connector for File Systems</a> </td>
  90. <td> 4.1.3 </td>
  91. <td> &nbsp; 12,519,645 </td>
  92. <td> 440941865cc9197e822c75ec827d600e </td>
  93. </tr>
  94. <tr bgcolor=c1f0c1>
  95. <td> <a href="https://github.com/googlegsa/ldap/releases/download/v4.1.3/adaptor-ldap-4.1.3-withlib.jar">
  96. Connector for LDAP </a> </td>
  97. <td> 4.1.3 </td>
  98. <td> &nbsp; 10,956,401 </td>
  99. <td> d47ce641de138fd669ca062e71118b76 </td>
  100. </tr>
  101. <tr bgcolor=d8d8f7>
  102. <td> <a href="https://github.com/googlegsa/opentext/releases/download/v4.1.3/adaptor-opentext-4.1.3-withlib.jar">
  103. Connector for OpenText </a> </td>
  104. <td> 4.1.3 </td>
  105. <td> &nbsp; 11,434,168 </td>
  106. <td> dfbe4260335e84971c7d4c7b626535bb </td>
  107. </tr>
  108. </tbody>
  109. </table>
  110. <p></p>
  111. <table style="border: 1px solid gray; border-collapse: collapse;">
  112. <thead>
  113. <th> Windows Installer </th>
  114. <th> Version </th>
  115. <th> &nbsp; File Size in bytes </th>
  116. <th> MD5 Sum </th>
  117. </thead>
  118. <tbody>
  119. <tr bgcolor=c1f0c1>
  120. <td> <a href="https://github.com/googlegsa/activedirectory/releases/download/v4.1.4/ad-install-4.1.4.exe">
  121. Connector for Active Directory</a> </td>
  122. <td> 4.1.4 </td>
  123. <td> &nbsp; 19,057,589 </td>
  124. <td> e2f1627e570cf2a70b71ec10076662b5 </td>
  125. </tr>
  126. <tr bgcolor=d8d8f7>
  127. <td> <a href="https://github.com/googlegsa/database/releases/download/v4.1.4/database-install-4.1.4.exe">
  128. Connector for Databases</a> </td>
  129. <td> 4.1.4 </td>
  130. <td> &nbsp; 19,108,313 </td>
  131. <td> 70a0a20de51425b75622d54dc0e00aab </td>
  132. </tr>
  133. <tr bgcolor=c1f0c1>
  134. <td> <a href="https://github.com/googlegsa/sharepoint/releases/download/v4.1.4/sp-install-4.1.4.exe">
  135. Connector for SharePoint</a> </td>
  136. <td> 4.1.4 </td>
  137. <td> &nbsp; 19,490,052 </td>
  138. <td> ec5df1889325c6ba18aa8878e07fdba8 </td>
  139. </tr>
  140. <tr bgcolor=d8d8f7>
  141. <td> <a href="https://github.com/googlegsa/sharepoint/releases/download/v4.1.4/spup-install-4.1.4.exe">
  142. Connector for SharePoint User Profiles</a> </td>
  143. <td> 4.1.4 </td>
  144. <td> &nbsp; 19,420,213 </td>
  145. <td> 0de752f2afd70cb52acbde0baf7f278d </td>
  146. </tr>
  147. <tr bgcolor=c1f0c1>
  148. <td> <a href="https://github.com/googlegsa/documentum/releases/download/v4.1.3/documentum-install-4.1.3.exe">
  149. Connector for Documentum</a> </td>
  150. <td> 4.1.3 </td>
  151. <td> &nbsp; 18,769,955 </td>
  152. <td> 2ef9baaff35b7c2e894756b60c4b461a </td>
  153. </tr>
  154. <tr bgcolor=d8d8f7>
  155. <td> <a href="https://github.com/googlegsa/filesystem/releases/download/v4.1.3/fs-install-4.1.3.exe">
  156. Connector for File Systems</a> </td>
  157. <td> 4.1.3 </td>
  158. <td> &nbsp; 20,186,523 </td>
  159. <td> 6520e0d5a31a6237c3ce4bf73a3f1890 </td>
  160. </tr>
  161. <tr bgcolor=c1f0c1>
  162. <td> <a href="https://github.com/googlegsa/ldap/releases/download/v4.1.3/ldap-install-4.1.3.exe">
  163. Connector for LDAP</a> </td>
  164. <td> 4.1.3 </td>
  165. <td> &nbsp; 18,843,684 </td>
  166. <td> 7af11550b8a58a096faa5ad8a2ad6fd0 </td>
  167. </tr>
  168. <tr bgcolor=d8d8f7>
  169. <td> <a href="https://github.com/googlegsa/opentext/releases/download/v4.1.3/opentext-install-4.1.3.exe">
  170. Connector for OpenText</a> </td>
  171. <td> 4.1.3 </td>
  172. <td> &nbsp; 19,156,541 </td>
  173. <td> 8f08321670946ffc07190de0c72113f0 </td>
  174. </tr>
  175. </tbody>
  176. </table>
  177. <br>
  178. <table><tr><td width="770">
  179. <strong>Note:</strong> If you get an installer error with Java 8 Update 60 or later, please use <a href="docs/KnownIssues.html#ia-java8">this extra step</a> to run the installer.
  180. </td></tr></table>
  181. <h2> Product Administration Guides </h2>
  182. <p>
  183. <b>
  184. &nbsp;&nbsp;&nbsp;&nbsp;
  185. Administration information common to all Connectors:<br>
  186. </b>
  187. &nbsp;&nbsp;&nbsp;&nbsp;
  188. &nbsp;&nbsp;&nbsp;&nbsp;
  189. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/414/AdministrationGuideforGoogleConnectors.pdf">Administration Guide for Connectors 4.1.4</a><br>
  190. &nbsp;&nbsp;&nbsp;&nbsp;
  191. &nbsp;&nbsp;&nbsp;&nbsp;
  192. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/413/AdministrationGuideforGoogleConnectors.pdf">Administration Guide for Connectors 4.1.3</a><br>
  193. &nbsp;&nbsp;&nbsp;&nbsp;
  194. &nbsp;&nbsp;&nbsp;&nbsp;
  195. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/412/AdministrationGuideforGoogleConnectors.pdf">Administration Guide for Connectors 4.1.2</a><br>
  196. &nbsp;&nbsp;&nbsp;&nbsp;
  197. &nbsp;&nbsp;&nbsp;&nbsp;
  198. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/411/AdministrationGuideforGoogleConnectors.pdf">Administration Guide for Connectors 4.1.1</a><br>
  199. <p>
  200. <b>
  201. &nbsp;&nbsp;&nbsp;&nbsp;
  202. Documentation specific to Connector for particular repository: <br>
  203. </b>
  204. &nbsp;&nbsp;&nbsp;&nbsp;
  205. &nbsp;&nbsp;&nbsp;&nbsp;
  206. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/414/DeployingtheConnectorforActiveDirectory.pdf">Deploying Connector for Active Directory 4.1.4</a><br>
  207. &nbsp;&nbsp;&nbsp;&nbsp;
  208. &nbsp;&nbsp;&nbsp;&nbsp;
  209. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/414/DeployingtheConnectorforDatabases.pdf">Deploying Connector for Databases 4.1.4</a><br>
  210. &nbsp;&nbsp;&nbsp;&nbsp;
  211. &nbsp;&nbsp;&nbsp;&nbsp;
  212. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/414/DeployingtheConnectorforSharePoint.pdf">Deploying Connector for SharePoint 4.1.4</a><br>
  213. &nbsp;&nbsp;&nbsp;&nbsp;
  214. &nbsp;&nbsp;&nbsp;&nbsp;
  215. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/414/DeployingtheConnectorforSharePointUserProfiles.pdf">Deploying Connector for SharePoint User Profiles 4.1.4</a><br>
  216. &nbsp;&nbsp;&nbsp;&nbsp;
  217. &nbsp;&nbsp;&nbsp;&nbsp;
  218. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/413/DeployingtheConnectorforDocumentum.pdf">Deploying Connector for Documentum 4.1.3</a><br>
  219. &nbsp;&nbsp;&nbsp;&nbsp;
  220. &nbsp;&nbsp;&nbsp;&nbsp;
  221. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/413/DeployingtheConnectorforFileSystems.pdf">Deploying Connector for File Systems 4.1.3</a><br>
  222. &nbsp;&nbsp;&nbsp;&nbsp;
  223. &nbsp;&nbsp;&nbsp;&nbsp;
  224. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/413/DeployingtheConnectorforLDAP.pdf">Deploying Connector for LDAP 4.1.3</a><br>
  225. &nbsp;&nbsp;&nbsp;&nbsp;
  226. &nbsp;&nbsp;&nbsp;&nbsp;
  227. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/413/DeployingtheConnectorforOpenText.pdf">Deploying Connector for OpenText 4.1.3</a><br>
  228. <br>
  229. <h2> Instructions for developing your own Adaptor </h2>
  230. Read
  231. <a href="http://www.google.com/support/enterprise/static/gsa/docs/admin/connectors/40/410/GSAConnectorsDeveloperGuide.pdf">GSA Connectors Developer's Guide version 4</a>.
  232. <br>
  233. <p>Download the adaptor library version 4.1.4:</p>
  234. <table style="border: 1px solid gray; border-collapse: collapse;">
  235. <thead>
  236. <th> Adaptor Library bundle </th>
  237. <th> Version </th>
  238. <th> &nbsp; File Size in bytes </th>
  239. <th> MD5 Sum </th>
  240. </thead>
  241. <tbody>
  242. <tr bgcolor=c1f0c1>
  243. <td> <a href="https://github.com/googlegsa/library/releases/download/v4.1.4/adaptor-4.1.4-withlib.jar">
  244. library jar only </a> </td>
  245. <td> 4.1.4 </td>
  246. <td> &nbsp; 11,320,914 </td>
  247. <td> 9c7389460ea82b7e6080e16e0859e2a7 </td>
  248. </tr>
  249. <tr bgcolor=d8d8f7>
  250. <td> <a href="https://github.com/googlegsa/library/releases/download/v4.1.4/adaptor-4.1.4-bin.zip">
  251. library jar, source, javadoc </a> </td>
  252. <td> 4.1.4 </td>
  253. <td> &nbsp; 20,930,300 </td>
  254. <td> 1d1e0528d80496d308b178db39cf2a0d </td>
  255. </tr>
  256. </tbody>
  257. </table>
  258. <p>Requirements:<br></p>
  259. <ul>
  260. <li>GSA version 7.2 or higher<br>
  261. </li>
  262. <li>JDK 1.7u09 or higher
  263. <font size=-1>
  264. (earlier versions <a href="http://bugs.sun.com/view_bug.do?bug_id=6346658">freeze</a>
  265. and <a href="http://bugs.sun.com/view_bug.do?bug_id=6946825">leak memory</a>)
  266. </font>
  267. </li>
  268. </ul>
  269. Highly recommended information:<br>
  270. <ul>
  271. <li><a href="https://github.com/googlegsa/library/tree/master/src/com/google/enterprise/adaptor/examples">Example adaptor sources</a>
  272. </li>
  273. <li>
  274. <a href="https://googlegsa.github.io/librarydocsreleased/4.1.4/lib/">Javadoc of library release version 4.1.4</a>
  275. </li>
  276. <li>
  277. <a href="docs/DeveloperFAQ.html">Developer FAQ</a>
  278. </li>
  279. </ul>
  280. Other Links:<br>
  281. </p>
  282. <ul>
  283. <li>
  284. Suggested <a href="docs/DevelopmentProperties.html">coding style</a>
  285. </li>
  286. <!--
  287. <li>
  288. <a href="http://googlegsa.github.io/librarydocshourly/javadoc/index.html">Javadoc from library's HEAD</a>
  289. </li>
  290. -->
  291. <li>
  292. <a href="http://googlegsa.github.io/librarydocshourly/coverage/index.html">Test coverage from library's HEAD</a>
  293. </li>
  294. <li>
  295. All <a href="docs/AllAdaptorRepos.html">adaptor repositories</a> in this github project
  296. </li>
  297. </ul>
  298. <h2> Info for developers of the common library </h2>
  299. <p>Source of this project is available from
  300. <a href="https://github.com/googlegsa/library">a git repository hosted on github</a>.<br>
  301. </p>
  302. <p>If you wish to use an IDE to modify the Adaptor Library consider
  303. our <a href="docs/netbeans/nb.html">NetBeans visually annotated guide</a>.<br>
  304. </p>
  305. <p>Here is the <a href="docs/DevelopmentProperties.html">coding style guide</a>
  306. used by current library developers.
  307. </p>
  308. <!-- CONTENT SECTIONS END -->
  309. </td></tr></table></center></body>
  310. </html>