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 2012/09/13 03:15:23 UTC

svn commit: r1384176 [30/30] - in /manifoldcf/site/publish: ./ en_US/ ja_JP/ release/trunk/ release/trunk/api/activedirectory/ release/trunk/api/activedirectory/org/apache/manifoldcf/authorities/authorities/activedirectory/ release/trunk/api/alfresco/ ...

Modified: manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+
@@ -2007,7 +2007,10 @@ document.write("Last Published: " + docu
 <p>The mappings specified here are similar in all respects to the path attribute mapping setup described above.  If no mappings are present, the file path is converted
                        to a canonical file IRI.  If mappings are present, the conversion is presumed to produce a valid URL, which can be used to access the document via some
                        variety of Windows Share http server.</p>
-<a name="N10B9E"></a><a name="wikirepository"></a>
+<p>Accessing some servers may result in "Couldn't connect to server: Logon failure: unknown user name or bad password" Connection Status, because the default version of NTLM used for
+                       authentication is incompatible.  If this is the case, the Windows Share repository connector can be configured to use NTLMv1, rather than the NTLMv2 default. This is done by
+                       setting the property "org.apache.manifoldcf.crawler.connectors.jcifs.usentlmv1" to "true" in properties.xml file.</p>
+<a name="N10BA1"></a><a name="wikirepository"></a>
 <h3 class="h4">Wiki Repository Connection</h3>
 <p>The Wiki repository connection type allows you to index content from the main space of a Wiki or MediaWiki site.  The connection type uses the Wiki API
                   in order to fetch content.  Only publicly visible documents will be indexed, and there is thus no need of an authority for Wiki content.</p>
@@ -2021,7 +2024,7 @@ document.write("Last Published: " + docu
 <p>The protocol must be selected in the "Protocol" field.  At the moment only the "http" protocol is supported.  The server name must be provided in the "Server name" field.
                       The server port must be provided in the "Port" field.  Finally, the path part of the Wiki URL must be provided in the "Path name" field and must start with a "/" character.</p>
 <p>When you configure a job to use a repository connection of the Wiki type, no additional tabs are currently presented.</p>
-<a name="N10BBC"></a><a name="jdbcrepository"></a>
+<a name="N10BBF"></a><a name="jdbcrepository"></a>
 <h3 class="h4">Generic Database Repository Connection</h3>
 <p>The generic database connection type allows you to index content from a database table, served by one of the following databases:</p>
 <br>
@@ -2034,10 +2037,12 @@ document.write("Last Published: " + docu
 <li>Oracle (via the Oracle JDBC driver)</li>
                     
 <li>Sybase (via the JTDS JDBC driver)</li>
+                    
+<li>MySQL (via the MySQL JDBC driver)</li>
                 
 </ul>
 <br>
-<p>This connection type <b>cannot</b> be configured to work with other databases without software changes.  Depending on your particular installation,
+<p>This connection type <b>cannot</b> be configured to work with other databases than the ones listed above without software changes.  Depending on your particular installation,
                        some of the above options may not be available.</p>
 <p>The generic database connection type currently has no per-document notion of security.  It is possible to set document security for all documents specified by a
                        given job.  Since this form of security requires you to know what the actual access tokens are, you must have detailed knowledge of the authority connection you
@@ -2051,6 +2056,11 @@ document.write("Last Published: " + docu
 <br>
 <br>
 <p>Select the kind of database you want to connect to, from the pulldown.</p>
+<p>Also, select the JDBC access method you want from the access method pulldown.  The access method is provided because the JDBC specification has been
+                    recently clarified, and not all JDBC drivers work the same way as far as resultset column name discovery is concerned.  The "by name" option currently works
+                    with all JDBC drivers in the list except for the MySQL driver.  The "by label" works for the current MySQL driver, and may work for some of the others as well.  If
+                    the queries you supply for your generic database jobs do not work correctly, and you see an error message about not being able to find required columns in the
+                    result, you can change your selection on this pulldown and it may correct the problem.</p>
 <p>The "Server" tab looks like this:</p>
 <br>
 <br>
@@ -2200,8 +2210,18 @@ document.write("Last Published: " + docu
 <br>
 <p>When you create a job based on a general database connection, the job's queries are initially populated with examples.  These examples should give you a good idea of
                         what columns your queries should return - in most cases, the only columns you need to return are the ones that appear in the example queries.  However,
-                        for the file data query, you may also return columns that are not specified in the example.  When you do this, the extra return column values will be passed
-                        to the index as metadata for the document.  The metadata name used will be the corresponding column name of the resultset.</p>
+                        for the file data query, you may also return columns that are not specified in the example.  <strong>When you do this, the extra return column values will be passed
+                        to the index as metadata for the document.  The metadata name used will be the corresponding resultlist column name of the resultset.</strong>
+</p>
+<p>For example, the following file data query (written for PostgreSQL) will return documents with the metadata fields "metadata_a" and "metadata_b", in addition to the required primary
+                        document body and URL:</p>
+<br>
+<p>
+<span class="codefrag">SELECT id AS $(IDCOLUMN), characterdata AS $(DATACOLUMN), 'http://mydynamicserver.com?id=' || id AS $(URLCOLUMN), 
+                  publisher AS metadata_a, distributor AS metadata_b FROM mytable WHERE id IN $(IDLIST)</span>
+</p>
+<br>
+<p>There is currently no support in the JDBC connection type for natively handling multi-valued metadata.</p>
 <p>The "Security" tab simply allows you to add specific access tokens to all documents indexed with a general database job.  In order for you to know what tokens
                        to add, you must decide with what authority connection these documents will be secured, and understand the form of the access tokens used by that authority connection
                        type.  This is what the "Security" tab looks like:</p>
@@ -2212,10 +2232,10 @@ document.write("Last Published: " + docu
 <br>
 <br>
 <p>Enter a desired access token, and click the "Add" button.  You may enter multiple access tokens.</p>
-<a name="N10CF1"></a><a name="filenetrepository"></a>
+<a name="N10D0A"></a><a name="filenetrepository"></a>
 <h3 class="h4">IBM FileNet P8 Repository Connection</h3>
 <p>More here later</p>
-<a name="N10CFB"></a><a name="documentumrepository"></a>
+<a name="N10D14"></a><a name="documentumrepository"></a>
 <h3 class="h4">EMC Documentum Repository Connection</h3>
 <p>The EMC Documentum connection type allows you index content from a Documentum Content Server instance.  A single connection allows you
                     to reach all documents contained on a single Content Server instance.  Multiple connections are therefore required to reach documents from multiple Content Server instances.</p>
@@ -2270,7 +2290,7 @@ document.write("Last Published: " + docu
 <p>For example, suppose you had a rule which had ".*/(.*)/(.*)/.*" as a match expression, and "$(1) $(2)" as the replace string.  If presented with the path
                     <span class="codefrag">Project/Folder_1/Folder_2/Filename</span>, it would output the string <span class="codefrag">Folder_1 Folder_2</span>.</p>
 <p>If more than one rule is present, the rules are all executed in sequence.  That is, the output of the first rule is modified by the second rule, etc.</p>
-<a name="N10D61"></a><a name="livelinkrepository"></a>
+<a name="N10D7A"></a><a name="livelinkrepository"></a>
 <h3 class="h4">OpenText LiveLink Repository Connection</h3>
 <p>The OpenText LiveLink connection type allows you to index content from LiveLink repositories.  LiveLink has a rich variety of different document types and metadata, which include
                     basic documents, as well as compound documents, folders, workspaces, and projects.  A LiveLink connection is able to discover documents contained within all of these constructs.</p>
@@ -2365,7 +2385,7 @@ document.write("Last Published: " + docu
 <p>For example, suppose you had a rule which had ".*/(.*)/(.*)/.*" as a match expression, and "$(1) $(2)" as the replace string.  If presented with the path
                     <span class="codefrag">Project/Folder_1/Folder_2/Filename</span>, it would output the string <span class="codefrag">Folder_1 Folder_2</span>.</p>
 <p>If more than one rule is present, the rules are all executed in sequence.  That is, the output of the first rule is modified by the second rule, etc.</p>
-<a name="N10E10"></a><a name="mexexrepository"></a>
+<a name="N10E29"></a><a name="mexexrepository"></a>
 <h3 class="h4">Memex Patriarch Repository Connection</h3>
 <p>A Memex Patriarch connection allows you to index documents from a Memex server.</p>
 <p>Documents described by Memex connections are typically secured by a Memex authority.  If you have not yet created a Memex authority, but would like your
@@ -2399,7 +2419,7 @@ document.write("Last Published: " + docu
 <p></p>
 <p>Jobs based on Memex connections have the following special tabs: "Record Criteria", "Entities", and "Security".</p>
 <p>More here later</p>
-<a name="N10E55"></a><a name="meridiorepository"></a>
+<a name="N10E6E"></a><a name="meridiorepository"></a>
 <h3 class="h4">Autonomy Meridio Repository Connection</h3>
 <p>An Autonomy Meridio connection allows you to index documents from a set of Meridio servers.  Meridio's architecture allows you to separate services on multiple machines -
                     e.g. the document services can run on one machine, and the records services can run on another.  A Meridio connection type correspondingly is configured to describe each
@@ -2473,7 +2493,7 @@ document.write("Last Published: " + docu
 <p></p>
 <p>Jobs based on Meridio connections have the following special tabs: "Search Paths", "Content Types", "Categories", "Data Types", "Security", and "Metadata".</p>
 <p>More here later</p>
-<a name="N10EDB"></a><a name="sharepointrepository"></a>
+<a name="N10EF4"></a><a name="sharepointrepository"></a>
 <h3 class="h4">Microsoft SharePoint Repository Connection</h3>
 <p>The Microsoft SharePoint connection type allows you to index documents from a Microsoft SharePoint site.  Bear in mind that a single SharePoint installation actually represents
                     a set of sites.  Some sites
@@ -2531,7 +2551,7 @@ document.write("Last Published: " + docu
 <p></p>
 <p>When you configure a job to use a repository connection of the generic database type, several additional tabs are presented.  These are, in order, "Paths", "Security", and "Metadata".</p>
 <p>The "Paths" tab allows you to build a list of rules describing the SharePoint content that you want to include in your job.  When the SharePoint connection type encounters a subsite,
-                    library, or file, it looks through this list of rules to determine whether to include the subsite, library, or file.  The first matching rule will determine what will be done.</p>
+                    library, list, or file, it looks through this list of rules to determine whether to include the subsite, library, list, or file.  The first matching rule will determine what will be done.</p>
 <p>Each rule consists of a path, a rule type, and an action.  The actions are "Include" and "Exclude".  The rule type tells the connection what kind of SharePoint entity it is allowed to exactly match.  For
                     example, a "File" rule will only exactly match SharePoint paths that represent files - it cannot exactly match sites or libraries.  The path itself is just a sequence of characters, where the "*" character
                     has the special meaning of being able to match any number of any kind of characters, and the "?" character matches exactly one character of any kind.</p>
@@ -2548,7 +2568,7 @@ document.write("Last Published: " + docu
 <img id="" class="figure" alt="SharePoint Job, Paths tab" src="images/en_US/sharepoint-job-paths.PNG" width="80%"></div>
 <br>
 <br>
-<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", "Add List", or "Add Text" button, depending on your choice.
                     Repeat this process until the path is what you want it to be.  At this point, if the SharePoint connection does not know what kind of entity your path describes, you will need to select the
                     SharePoint entity type that you want the rule to match also.  Select whether this is an include or exclude rule.  Then, click the "Add New Rule" button, to add your newly-constructed rule
                     at the end of the list.</p>
@@ -2569,10 +2589,10 @@ document.write("Last Published: " + docu
 <img id="" class="figure" alt="SharePoint Job, Security tab" src="images/en_US/sharepoint-job-metadata.PNG" width="80%"></div>
 <br>
 <br>
-<p>The main difference is that instead of rules that include or exclude individual sites, libraries, or documents, the rules describe inclusion and exclusion of document metadata.  Since metadata is associated
-                    with files, all of the metadata rules are applied only to file paths, and there are no such things as "site" or "library" metadata path rules.</p>
+<p>The main difference is that instead of rules that include or exclude individual sites, libraries, lists, or documents, the rules describe inclusion and exclusion of document or list item metadata.  Since metadata is associated
+                    with files and list items, all of the metadata rules are applied only to file paths and list item paths, and there are no such things as "site" or "library" metadata path rules.</p>
 <p>If an exclusion rule matches a file's path, it means that <b>no</b> metadata from that file will be included at all.  There is no way to individually exclude a single field using an exclusion rule.</p>
-<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", or "Add Text" button, depending on your choice.
+<p>To build a rule, first build the rule's matching path.  Make an appropriate selection or enter desired text, then click either the "Add Site", "Add Library", "Add List", or "Add Text" button, depending on your choice.
                     Repeat this process until the path is what you want it to be.  Select whether this is an include or exclude rule.  Either check the box for "Include all metadata", or select the metadata you want to include
                     from the pulldown.  (The choices of metadata fields you are presented with are determined by which SharePoint library is selected.  If your rule path does not uniquely specify a library, you cannot select individual
                     fields to include.  You can only select "All metadata".)  Then, click the "Add New Rule" button, to put your newly-constructed rule
@@ -2585,7 +2605,90 @@ document.write("Last Published: " + docu
 <p>For example, suppose you had a rule which had ".*/(.*)/(.*)/.*" as a match expression, and "$(1) $(2)" as the replace string.  If presented with the path
                     <span class="codefrag">Project/Folder_1/Folder_2/Filename</span>, it would output the string <span class="codefrag">Folder_1 Folder_2</span>.</p>
 <p>If more than one rule is present, the rules are all executed in sequence.  That is, the output of the first rule is modified by the second rule, etc.</p>
-<a name="N10F8B"></a><a name="cmisrepository"></a>
+<br>
+<p>
+<b>Example: How to index a SharePoint 2010 Document Library</b>
+</p>
+<p></p>
+<p>Let's say we want to index a Document Library named Documents. The following URL displays contents of the library : http://iknow/Documents/Forms/AllItems.aspx</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library Contents" src="images/en_US/documents-library-contents.png"></div>
+<p>Note that there exists eight folders and one file in our library. Some folders have sub-folders. And leaf folders contain files. The following <b>single</b> Path Rule is sufficient to index <b>all</b> files in Documents library.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library Path Rule" src="images/en_US/documents-library-path-rule.png"></div>
+<p>If we click Library Tools &gt; Library &gt; Modify View, we will see complete list of all available metadata.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library All Metadata" src="images/en_US/documents-library-all-metadata.png"></div>
+<p>ManifoldCF's UI also displays all available Document Libraries and their associated metadata too. Using this pulldown, you can select which fields you want to index.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library Selected Metadata" src="images/en_US/documents-library-metadata.png"></div>
+<p>To create the metadata rule below, click Metadata tab in Job settings. Select Documents from --Select library-- and "Add Library" button. As soon as you have done this, all available metadata will be listed. 
+                     Enter * in the textbox which is right of the Add Text button. And click Add Text button. When you have done this Path Match becomes /Documents/*. After this you can multi select list of metadata. 
+                     This action will populate Fields with CheckoutUser, Created, etc. Click Add New Rule button. This action will add this new rule to your Metadata rules.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library Metadata Rule" src="images/en_US/documents-library-metadata-rule.png"></div>
+<p>Finally click the "Save" button at the bottom of the page. You will see a page looking something like this:</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Documents Library Summary Page" src="images/en_US/documents-library-summary.png"></div>
+<br>
+<p>
+<b>Some Final Notes</b>
+</p>
+<ul>
+                    
+<li>If you don't add * to Patch match rule, your selected fields won't be used. In other words Path match rule <b>/Documents</b> won't match the document <i>/Documents/ik_docs/diger/sorular.docx</i> 
+</li>
+                    
+<li>We can include all metadata using the checkbox. (without selecting from the pulldown list)</li>
+                    
+<li>If we were to index only docx files, our Patch match rule would be <b>/Documents/*.docx</b>
+</li>
+                
+</ul>
+<br>
+<p>
+<b>Example: How to index SharePoint 2010 Lists</b>
+</p>
+<p></p>
+<p>Lists are a key part of the architecture of Windows SharePoint Services. A document library is another form of a list, and while it has many similar properties to a standard list, it also includes additional 
+                     functions to enable document uploads, retrieval, and other functions to support document management and collaboration. <a href="http://msdn.microsoft.com/en-us/library/dd490727%28v=office.12%29.aspx">[1]</a> 
+</p>
+<p>An item added to a document library (and other libraries) must be a file. You can't have a library without a file. A list on the other hand doesn't have a file, it is just a piece of data, just like SQL Table.</p>
+<p>Let's say we want to index a List named IKGeneralFAQ. The following URL displays contents of the list : http://iknow/Lists/IKGeneralFAQ/AllItems.aspx</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List Contents" src="images/en_US/faq-list-contents.png"></div>
+<p>Note that the Lists do not have files. It looks like an Excel spreadsheet. In ManifoldCF Job Settings, Path tab displays all available Lists. It lets you to select the name of the list you want to index.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="Add List" src="images/en_US/add-list.png"></div>
+<p>After we select IKGeneralFAQ, hit Add List button and Save button, we have the following Path Rule:</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List Path Rule" src="images/en_US/faq-list-path-rule.png"></div>
+<p>The above <b>single</b> Path Rule is sufficient to index content of IKGeneralFAQ List. Note that unlike the document libraries, we don't need * here.</p>
+<p>If we click List Tools &gt; List &gt; Modify View we will see complete list of all available metadata.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List All Metadata" src="images/en_US/faq-list-all-metadata.png"></div>
+<p>ManifoldCF's Metadata UI also displays all available Lists and their associated metadata too. Using this pulldown, you can select which fields you want to index.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List Selected Metadata" src="images/en_US/faq-list-metadata.png"></div>
+<p>To create the metadata rule below, click Metadata tab in Job settings. Select IKGeneralFAQ from --Select list-- and "Add List" button. As soon as you have done this, all available metadata will be listed. 
+                     After this you can multi select list of metadata. This action will populate Fields with ID, IKFAQAnswer, IKFAQPage, IKFAQPageID, etc. Click Add New Rule button. This action will add this new rule to your Metadata rules.</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List Metadata Rule" src="images/en_US/faq-list-metadata-rule.png"></div>
+<p>Finally click the "Save" button at the bottom of the page. You will see a page looking something like this:</p>
+<div id="" style="text-align: center;">
+<img id="" class="figure" alt="IKGeneralFAQ List Summary Page" src="images/en_US/faq-list-summary.png"></div>
+<br>
+<p>
+<b>Some Final Notes</b>
+</p>
+<ul>
+                    
+<li>Note that, when specifying Metadata rules, UI automatically adds * to Path match rule for Lists. This is not the case with Document Libraries.</li>
+                    
+<li>We can include all metadata using the checkbox. (without selecting from the pulldown list)</li>                    
+                
+</ul>
+<a name="N1104E"></a><a name="cmisrepository"></a>
 <h3 class="h4">CMIS Repository Connection</h3>
 <p>The CMIS Repository Connection type allows you to index content from any CMIS-compliant repository.</p>
 <p>By default each CMIS Connection manages a single CMIS repository, this means that if you have multiple CMIS repositories exposed by a single endpoint, you need to create a specific connection for each CMIS repository.</p>
@@ -2644,7 +2747,7 @@ document.write("Last Published: " + docu
 <img id="" class="figure" alt="CMIS Repository Connection, saving job" src="images/en_US/cmis-repository-connection-job-save.png" width="80%"></div>
 <br>
 <br>
-<a name="N11004"></a><a name="alfrescorepository"></a>
+<a name="N110C7"></a><a name="alfrescorepository"></a>
 <h3 class="h4">Alfresco Repository Connection</h3>
 <p>The Alfresco Repository Connection type allows you to index content from an Alfresco repository.</p>
 <p>This connector is compatible with any Alfresco version (2.x, 3.x and 4.x).</p>

Modified: manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/end-user-documentation.pdf?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/en_US/faq.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/faq.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/faq.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/faq.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+
@@ -177,7 +177,7 @@ document.write("Last Published: " + docu
 <a name="N1000E"></a><a name="End-user+Questions"></a>
 <h2 class="h3">End-user Questions</h2>
 <div class="section">
-<p>Currently empty - send your questions to connectors-user@incubator.apache.org .</p>
+<p>Currently empty - send your questions to user@manifoldcf.apache.org .</p>
 </div>
       
       

Modified: manifoldcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/how-to-build-and-deploy.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/add-list.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/add-list.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/add-list.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-all-metadata.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-all-metadata.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-all-metadata.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-contents.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-contents.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-contents.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata-rule.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata-rule.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata-rule.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-metadata.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-path-rule.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-path-rule.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-path-rule.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-summary.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-summary.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/documents-library-summary.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-all-metadata.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-all-metadata.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-all-metadata.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-contents.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-contents.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-contents.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata-rule.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata-rule.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata-rule.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-metadata.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-path-rule.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-path-rule.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-path-rule.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-summary.png
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-summary.png?rev=1384176&view=auto
==============================================================================
Binary file - no diff available.

Propchange: manifoldcf/site/publish/release/trunk/en_US/images/en_US/faq-list-summary.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: manifoldcf/site/publish/release/trunk/en_US/images/en_US/jdbc-configure-database-type.PNG
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/jdbc-configure-database-type.PNG?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/en_US/images/en_US/sharepoint-job-metadata.PNG
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/sharepoint-job-metadata.PNG?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/en_US/images/en_US/sharepoint-job-paths.PNG
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/images/en_US/sharepoint-job-paths.PNG?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/en_US/included-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/included-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/included-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/included-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/index.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/index.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/index.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/index.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/javadoc.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/javadoc.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/javadoc.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/javadoc.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/performance-tuning.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/performance-tuning.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/performance-tuning.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/performance-tuning.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/programmatic-operation.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/programmatic-operation.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/programmatic-operation.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/programmatic-operation.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/script.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/script.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/script.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/script.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/technical-resources.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/technical-resources.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/technical-resources.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/technical-resources.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/writing-authority-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/writing-authority-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/writing-authority-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/writing-authority-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/writing-output-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/writing-output-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/writing-output-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/writing-output-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/en_US/writing-repository-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/en_US/writing-repository-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/en_US/writing-repository-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/en_US/writing-repository-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/index.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/index.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/index.html (original)
+++ manifoldcf/site/publish/release/trunk/index.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/concepts.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/concepts.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/concepts.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/concepts.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+
@@ -1602,6 +1602,8 @@ document.write("Last Published: " + docu
 <li>Oracle (Oracle JDBCドライバ)</li>
                     
 <li>Sybase (JTDS JDBCドライバ)</li>
+                    
+<li>MySQL (MySQL JDBCドライバ)</li>
                 
 </ul>
 <br>
@@ -1615,7 +1617,8 @@ document.write("Last Published: " + docu
 <br>
 <br>
 <p>プルダウンメニューから索引を作成するデータベースの種類を選択してください。</p>
-<p>「サーバ」タブを選択すると次いのようなページが表示します:</p>
+<p>また、JDBCアクセス方式をプルダウンから選択します。このアクセス方式は、JDBC仕様で最近明らかにされたのですが、カラム名の取得に関してすべてのJDBCドライバが同じ方法で動作するとは限らない、ということに基づいて提供されました。"by name"オプションは現在のところ、MySQLドライバを除いて、リスト内のすべてのJDBCドライバで動作します。"by label"は現在のMySQLドライバで動ä½�
 �します。他のドライバでも動作するかもしれません。汎用データベースのジョブで定義したクエリが正常動作しない場合や、カラムを見つけることができないというようなエラーメッセージが表示された場合は、このプルダウンを変更することによって解決するかもしれません。</p>
+<p>「サーバ」タブを選択すると次のようなページが表示します:</p>
 <br>
 <br>
 <div id="" style="text-align: center;">
@@ -1742,9 +1745,9 @@ document.write("Last Published: " + docu
 <br>
 <br>
 <p>アクセストークンを選択して、「追加」ボタンを選択してください。複数のアクセストークンを設定することも可能です。</p>
-<a name="N10C70"></a><a name="filenetrepository"></a>
+<a name="N10C76"></a><a name="filenetrepository"></a>
 <h3 class="h4">IBM FileNet P8リポジトリコネクション</h3>
-<a name="N10C77"></a><a name="documentumrepository"></a>
+<a name="N10C7D"></a><a name="documentumrepository"></a>
 <h3 class="h4">EMC Documentumリポジトリコネクション</h3>
 <p>EMC Documentumコネクションタイプは、Documentum Content Serverインスタンスのコンテンツから索引を作成する場合に利用します。1つのコネクションから1つのContent Serverインスタンスのすべてのコンテンツを取得することができます。複数のContent Serverインスタンスのコンテンツの索引を作成する場合は、サーバインスタンス毎にコネクションを定義する必要があります。</p>
 <p>Documentumコネクションタイプは、Content Serverインスタンス毎にdm_document型及びdm_document型から派生した型のすべてのDocumentumコンテンツから索引を作成できます。複合ドキュメントは構成する複合ドキュメントに対応しています。その他のDocumentum構成には未対応です。</p>
@@ -1783,7 +1786,7 @@ document.write("Last Published: " + docu
 <p>「パスメタデータ」タブからはコンテンツ毎のパス情報を索引にメタデータとして送るように指定することができます。送るようにする場合は、項目「パス属性名」にメタデータ属性名を入力して、ルールをルール一覧に追加してください。各ルールに一致する正規表現の式で構成されます。変換元と値は格好(「(」と「)」)で囲みます。括弧に囲まれた部分を「グ
 ループ」と言います。置き換え文字列は、固定文字と置き換えグループから構成されます。例えば、「$(1)」は最初に一致したグループを示し、「$(1l)」は最初に一致した小文字のグループを示します。同じように「$(1u)」は大文字にマップしたグループを示します。</p>
 <p>例えば、ルールの一致条件が<span class="codefrag">.*/(.*)/(.*)/.*</span>で置き換え文字列<span class="codefrag">$(1) $(2)/</span>とした場合、パス<span class="codefrag">Project/Folder_1/Folder_2/Filename</span>は<span class="codefrag">Folder_1 Folder_2</span>に変換されます。</p>
 <p>1つ以上のルールが存在する場合は、上から実行され、上のルールの結果は下のルールで変更されます。</p>
-<a name="N10CE3"></a><a name="livelinkrepository"></a>
+<a name="N10CE9"></a><a name="livelinkrepository"></a>
 <h3 class="h4">OpenText LiveLinkリポジトリコネクション</h3>
 <p>OpenText LiveLinkコネクションタイプは、LiveLinkリポジトリからのコンテンツから索引を作成します。LiveLinkには基本ドキュメント、複合ドキュメント、フォルダ、ワークスペース、プロジェクトのような多くのドキュメントタイプがあります。LiveLinkコネクションはこれらのすべてのドキュメント種類のコンテンツを処理することができます。</p>
 <p>LiveLinkコネクションで処理するコンテンツのセキュリティはLiveLink権限で管理されています。LiveLink権限コネクションについては「OpenText LiveLink権限コネクション」を参照してください。</p>
@@ -1858,7 +1861,7 @@ document.write("Last Published: " + docu
 <p>「パスメタデータ」タブからはコンテンツ毎のパス情報を索引にメタデータとして送るように指定することができます。送るようにする場合は、項目「パス属性名」にメタデータ属性名を入力して、ルールをルール一覧に追加してください。各ルールに一致する正規表現の式で構成されます。変換元と値は格好(「(」と「)」)で囲みます。括弧に囲まれた部分を「グ
 ループ」と言います。置き換え文字列は、固定文字と置き換えグループから構成されます。例えば、「$(1)」は最初に一致したグループを示し、「$(1l)」は最初に一致した小文字のグループを示します。同じように「$(1u)」は大文字にマップしたグループを示します。</p>
 <p>例えば、ルールの一致条件が<span class="codefrag">.*/(.*)/(.*)/.*</span>で置き換え文字列<span class="codefrag">$(1) $(2)/</span>とした場合、パス<span class="codefrag">Project/Folder_1/Folder_2/Filename</span>は<span class="codefrag">Folder_1 Folder_2</span>に変換されます。</p>
 <p>1つ以上のルールが存在する場合は、上から実行され、上のルールの結果は下のルールで変更されます。</p>
-<a name="N10D98"></a><a name="mexexrepository"></a>
+<a name="N10D9E"></a><a name="mexexrepository"></a>
 <h3 class="h4">Memex Patriarchリポジトリコネクション</h3>
 <p>Memex PatriachコネクションはMemexサーバのコンテンツの索引を作成します。</p>
 <p>Memexコネクションで処理するコンテンツのセキュリティはMemex権限で管理されています。Memex権限コネクションの設定については「Memex Patriarch権限コネクション」を参照してください。</p>
@@ -1887,7 +1890,7 @@ document.write("Last Published: " + docu
 <br>
 <p></p>
 <p>ジョブからMemexコネクションを選択すると次のタブが表示します:「レコード条件」、「エンティティ」、「セキュリティ」。</p>
-<a name="N10DDA"></a><a name="meridiorepository"></a>
+<a name="N10DE0"></a><a name="meridiorepository"></a>
 <h3 class="h4">Meridioリポジトリコネクション</h3>
 <p>Autonomy Meridioコネクションは、Meridoサーバのコンテンツから索引を作成します。Meridioのアーキテクチャはサービスを複数のサーバに分散させることを可能にしています(例:ドキュメントサービスを一つのサーバで稼動させ、レコードサービスを別のサーバで稼動させる)。そのため、Meridioコネクションタイプでは、Meridioサーバ毎に設定を行えるようになっています。</p>
 <p>Meridioコネクションで処理するコンテンツのセキュリティはMeridio権限を利用します。Meridio権限コネクションについてはMeridio権限コネクション」を参照してください。</p>
@@ -1948,7 +1951,7 @@ document.write("Last Published: " + docu
 <p>その他のManifoldCFログ情報が必要な場合はソフトウエアの修正する必要があります。</p>
 <p></p>
 <p>ジョブからMeridioコネクションを選択した場合は次のタブが表示します:「検索パス」、「コンテンツタイプ」、「分類」、「データタイプ」、「セキュリティ」、「メタデータ」。</p>
-<a name="N10E5D"></a><a name="sharepointrepository"></a>
+<a name="N10E63"></a><a name="sharepointrepository"></a>
 <h3 class="h4">Microsoft SharePointリポジトリコネクション</h3>
 <p>Microsoft SharePointコネクションタイプは、Microsoft SharePointサイトのコンテンツの索引を作成します。SharePointサーバに複数のサイトを構築することができます。SharePointには関連しているサイト(例えばサブサイトの場合)と単独なサイトがあります。</p>
 <p>SharePointコネクションタイプは1つのSharePointリポジトリコネクションからルートサイトの明示的なサブサイトを介してすべてのSharePointサイトをアクセスできるように設計されています。大きなSharePointサイトの場合はこのような1つのコネクションから<b>すべて</b>のSharePointサイトをアクセスできるようにする要求が高いです。ただし現バージョンのManifoldCFでは未対応です。</p>
@@ -2020,7 +2023,7 @@ document.write("Last Published: " + docu
 <p>「パスメタデータ」タブからはコンテンツ毎のパス情報を索引にメタデータとして送るように指定することができます。送るようにする場合は、項目「パス属性名」にメタデータ属性名を入力して、ルールをルール一覧に追加してください。各ルールに一致する正規表現の式で構成されます。変換元と値は格好(「(」と「)」)で囲みます。括弧に囲まれた部分を「グ
 ループ」と言います。置き換え文字列は、固定文字と置き換えグループから構成されます。例えば、「$(1)」は最初に一致したグループを示し、「$(1l)」は最初に一致した小文字のグループを示します。同じように「$(1u)」は大文字にマップしたグループを示します。</p>
 <p>例えば、ルールの一致条件が<span class="codefrag">.*/(.*)/(.*)/.*</span>で置き換え文字列<span class="codefrag">$(1) $(2)/</span>とした場合、パス<span class="codefrag">Project/Folder_1/Folder_2/Filename</span>は<span class="codefrag">Folder_1 Folder_2</span>に変換されます。</p>
 <p>1つ以上のルールが存在する場合は、上から実行され、上のルールの結果は下のルールで変更されます。</p>
-<a name="N10F13"></a><a name="cmisrepository"></a>
+<a name="N10F19"></a><a name="cmisrepository"></a>
 <h3 class="h4">CMISリポジトリコネクション</h3>
 <p>CMISリポジトリコネクションタイプは、CMIS準拠リポジトリのコンテンツの索引を作成します。</p>
 <p>デフォルト設定では、各CMISコネクションは一つのCMISリポジトリを処理します。複数のCMISリポジトリがある場合は、CMISリポジトリ毎にCMISコネクションを作成する必要があります。</p>

Modified: manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.pdf
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/end-user-documentation.pdf?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/ja_JP/faq.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/faq.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/faq.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/faq.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+
@@ -165,7 +165,7 @@ document.write("Last Published: " + docu
 <a name="N1000E"></a><a name="%E3%82%A8%E3%83%B3%E3%83%89%E3%83%A6%E3%83%BC%E3%82%B6"></a>
 <h2 class="h3">エンドユーザ</h2>
 <div class="section">
-<p>質問はconnectors-user@incubator.apache.orgへメールしてください。</p>
+<p>質問はuser@manifoldcf.apache.orgへメールしてください。</p>
 </div>
       
       

Modified: manifoldcf/site/publish/release/trunk/ja_JP/images/ja_JP/jdbc-configure-database-type_ja_JP.PNG
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/images/ja_JP/jdbc-configure-database-type_ja_JP.PNG?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
Binary files - no diff available.

Modified: manifoldcf/site/publish/release/trunk/ja_JP/included-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/included-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/included-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/included-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/index.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/index.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/index.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/index.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/javadoc.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/javadoc.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/javadoc.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/javadoc.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/technical-resources.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/technical-resources.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/technical-resources.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/technical-resources.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/writing-authority-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/writing-output-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html (original)
+++ manifoldcf/site/publish/release/trunk/ja_JP/writing-repository-connectors.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+

Modified: manifoldcf/site/publish/release/trunk/linkmap.html
URL: http://svn.apache.org/viewvc/manifoldcf/site/publish/release/trunk/linkmap.html?rev=1384176&r1=1384175&r2=1384176&view=diff
==============================================================================
--- manifoldcf/site/publish/release/trunk/linkmap.html (original)
+++ manifoldcf/site/publish/release/trunk/linkmap.html Thu Sep 13 01:14:42 2012
@@ -48,11 +48,11 @@
     |start Search
     +-->
 <div class="searchbox">
-<form action="http://www.lucidimagination.com/search/" method="get" class="roundtopsmall">
+<form action="http://find.searchhub.org/p:manifoldcf" method="get" class="roundtopsmall">
 <input onFocus="getBlank (this, 'Search the site with Solr');" size="25" name="q" id="query" type="text" value="Search the site with Solr">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
+                    <input value="Search" type="submit">
 </form>
-<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidimagination.com" style="color: #033268">Lucid Imagination</a>
+<div style="position: relative; top: -5px; left: -10px">Powered by <a href="http://www.lucidworks.com" style="color: #033268">LucidWorks</a>
 </div>
 </div>
 <!--+