You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/09/01 11:15:43 UTC

svn commit: r1163956 - in /incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs: end-user-documentation.xml how-to-build-and-deploy.xml included-connectors.xml index.xml writing-output-connectors.xml

Author: kwright
Date: Thu Sep  1 09:15:42 2011
New Revision: 1163956

URL: http://svn.apache.org/viewvc?rev=1163956&view=rev
Log:
Commit oss-mfc-site.patch

Modified:
    incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/end-user-documentation.xml
    incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
    incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/included-connectors.xml
    incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/index.xml
    incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/writing-output-connectors.xml

Modified: incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/end-user-documentation.xml?rev=1163956&r1=1163955&r2=1163956&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/end-user-documentation.xml (original)
+++ incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/end-user-documentation.xml Thu Sep  1 09:15:42 2011
@@ -473,6 +473,12 @@
                        Solr, and click the "Add" button.  Leaving the "target" field blank will result in all metadata items of that name not being sent to Solr.</p>
             </section>
             
+            <section id="osssoutputconnector">
+            	<title>OpenSearchServer Output Connection</title>
+            	<p>The OpenSearchServer Output Connection allow ManifoldCF to submit documents to an OpenSearchServer instance, via the XML over HTTP API.</p>
+            	<p>You may also refer to the <a href="http://www.open-search-server.com/documentation">OpenSearchServer's user documentation</a>.</p>
+            </section>
+            
             <section id="gtsoutputconnector">
                 <title>MetaCarta GTS Output Connection</title>
                 <p>The MetaCarta GTS output connection type is designed to allow ManifoldCF to submit documents to an appropriate MetaCarta GTS search

Modified: incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml?rev=1163956&r1=1163955&r2=1163956&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml (original)
+++ incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml Thu Sep  1 09:15:42 2011
@@ -68,6 +68,7 @@
         <ul>
           <li>MetaCarta GTS output connector</li>
           <li>Apache Solr output connector</li>
+          <li>OpenSearchServer output connector</li>
           <li>Null output connector</li>
         </ul>
         <p></p>
@@ -584,6 +585,7 @@ log4j.appender.MAIN.layout.ConversionPat
             <tr><td>org.apache.manifoldcf.agents.Register</td><td>org.apache.manifoldcf.crawler.system.CrawlerAgent</td></tr>
             <tr><td>org.apache.manifoldcf.agents.RegisterOutput</td><td>org.apache.manifoldcf.agents.output.gts.GTSConnector "GTS Connector"</td></tr>
             <tr><td>org.apache.manifoldcf.agents.RegisterOutput</td><td>org.apache.manifoldcf.agents.output.solr.SolrConnector "SOLR Connector"</td></tr>
+            <tr><td>org.apache.manifoldcf.agents.RegisterOutput</td><td>org.apache.manifoldcf.agents.output.opensearchserver.OpenSearchServerConnector "OpenSearchServer Connector"</td></tr>
             <tr><td>org.apache.manifoldcf.agents.RegisterOutput</td><td>org.apache.manifoldcf.agents.output.nullconnector.NullConnector "Null Connector"</td></tr>
             <tr><td>org.apache.manifoldcf.authorities.RegisterAuthority</td><td>org.apache.manifoldcf.authorities.authorities.activedirectory.ActiveDirectoryAuthority "Active Directory Authority"</td></tr>
             <tr><td>org.apache.manifoldcf.crawler.Register</td><td>org.apache.manifoldcf.crawler.connectors.cmis.CmisRepositoryConnector "CMIS"</td></tr>

Modified: incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/included-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/included-connectors.xml?rev=1163956&r1=1163955&r2=1163956&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/included-connectors.xml (original)
+++ incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/included-connectors.xml Thu Sep  1 09:15:42 2011
@@ -41,7 +41,7 @@
         <tr><td>RSS</td><td> Pure Java </td><td> N/A </td><td> N/A </td><td>Atom, RSS 2.0, others </td></tr>
         <tr><td>Web</td><td> Pure Java </td><td>N/A</td><td> N/A </td><td>HTML Version 1.0, 1.1, 2.0, Atom, RSS 2.0, others </td></tr>
         <tr><td>LiveLink (OpenText)</td><td> Pure Java </td><td> Win </td><td> LAPI 9.7.1 </td><td> Tested with 9.2.0 - 9.7.1 </td></tr>
-        <tr><td>Open Search Server</td><td> Pure Java </td><td> N/A</td><td> Unknown </td><td> Unknown </td></tr>
+        <tr><td>OpenSearchServer</td><td> Pure Java </td><td>Win/*NIX</td><td> N/A </td><td> Tested with OpenSearchServer 1.2.1 </td></tr>
         <tr><td>Documentum (EMC)</td><td> Win, RedHat </td><td> Win, RedHat </td><td> Tested with DFC 5.3 SP5 </td><td> Tested against 5.3, 6.0, and 6.5 servers </td></tr>
         <tr><td>SharePoint (MSFT)</td><td>Pure Java </td><td>Win</td><td> N/A </td><td> Tested with SharePoint 2003 (2.0), 2007 (3.0) </td></tr>
         <tr><td>Meridio (Autonomy)</td><td> Pure Java </td><td> Win </td><td> N/A </td><td> Tested with Meridio 4.1, 5.0 </td></tr>

Modified: incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/index.xml?rev=1163956&r1=1163955&r2=1163956&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/index.xml (original)
+++ incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/index.xml Thu Sep  1 09:15:42 2011
@@ -29,8 +29,8 @@
   <body> 
     <section>
 	<title>What Is ManifoldCF?</title>
-	<p>ManifoldCF is an effort to provide an open source framework for connecting source content repositories like Microsoft Sharepoint and EMC Documentum, to target repositories or indexes, such as Apache Solr.  ManifoldCF also defines a security model for target repositories that permits them to enforce source-repository security policies.</p>
-	<p>Currently included connectors support FileNet P8 (IBM), Documentum (EMC), LiveLink (OpenText), Patriarch (Memex), Meridio (Autonomy), Windows shares (Microsoft), and SharePoint (Microsoft).  Also included are a general CMIS connector, a general file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache Solr and QBase (formerly MetaCarta) GTS.  The complete repository compatibility list can be found <a href="included-connectors.html">here</a>.</p>
+	<p>ManifoldCF is an effort to provide an open source framework for connecting source content repositories like Microsoft Sharepoint and EMC Documentum, to target repositories or indexes, such as Apache Solr or OpenSearchServer.  ManifoldCF also defines a security model for target repositories that permits them to enforce source-repository security policies.</p>
+	<p>Currently included connectors support FileNet P8 (IBM), Documentum (EMC), LiveLink (OpenText), Patriarch (Memex), Meridio (Autonomy), Windows shares (Microsoft), and SharePoint (Microsoft).  Also included are a general CMIS connector, a general file system connector, a general JDBC connector, a general RSS crawler, and a general web crawler.  Currently supported targets include Apache Solr, QBase (formerly MetaCarta) GTS and OpenSearchServer.  The complete repository compatibility list can be found <a href="included-connectors.html">here</a>.</p>
 	<p>The original ManifoldCF code base was granted by MetaCarta, Inc., to the Apache Software Foundation in December 2009.  The MetaCarta effort represented more than five years of successful development and testing in multiple, challenging enterprise environments.</p>
     </section>
 

Modified: incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/writing-output-connectors.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/writing-output-connectors.xml?rev=1163956&r1=1163955&r2=1163956&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/writing-output-connectors.xml (original)
+++ incubator/lcf/branches/CONNECTORS-240/site/src/documentation/content/xdocs/writing-output-connectors.xml Thu Sep  1 09:15:42 2011
@@ -63,7 +63,7 @@
         <p></p>
         <p>A very good place to start is to read the javadoc for the output connector interface.  You will note that the javadoc describes the usage and pooling model for a connector class pretty thoroughly.  It is very important to understand the model thoroughly in order to write reliable connectors!  Use of static variables, for one thing, must be done in a very careful way, to avoid issues that would be hard to detect with a cursory test.</p>
         <p></p>
-        <p>The second thing to do is to examine some of the provided output connector implementations.  The GTS connector, the SOLR connector, and the Null Output connector all are output connectors which demonstrate (to some degree) the sorts of techniques you will need for an effective implementation.  You will also note that all of these connectors extend a framework-provided output connector base class, found at <em>org.apache.manifoldcf.agents.output.BaseOutputConnector</em>.  This base class furnishes some basic bookkeeping logic for managing the connector pool, as well as default implementations of some of the less typical functionality a connector may have.  For example, connectors are allowed to have database tables of their own, which are instantiated when the connector is registered, and are torn down when the connector is removed.  This is, however, not very typical, and the base implementation reflects that.</p>
+        <p>The second thing to do is to examine some of the provided output connector implementations.  The GTS connector, the SOLR connector, the OpenSearchServer connector, and the Null Output connector all are output connectors which demonstrate (to some degree) the sorts of techniques you will need for an effective implementation.  You will also note that all of these connectors extend a framework-provided output connector base class, found at <em>org.apache.manifoldcf.agents.output.BaseOutputConnector</em>.  This base class furnishes some basic bookkeeping logic for managing the connector pool, as well as default implementations of some of the less typical functionality a connector may have.  For example, connectors are allowed to have database tables of their own, which are instantiated when the connector is registered, and are torn down when the connector is removed.  This is, however, not very typical, and the base implementation reflects that.</p>
         <p></p>
         <section>
           <title>Principle methods</title>