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 2014/11/13 08:34:50 UTC

svn commit: r1639261 - in /manifoldcf/branches/dev_1x: ./ CHANGES.txt site/src/documentation/content/xdocs/en_US/end-user-documentation.xml

Author: kwright
Date: Thu Nov 13 07:34:49 2014
New Revision: 1639261

URL: http://svn.apache.org/r1639261
Log:
Pull up fix for CONNECTORS-1086 from trunk.

Modified:
    manifoldcf/branches/dev_1x/   (props changed)
    manifoldcf/branches/dev_1x/CHANGES.txt
    manifoldcf/branches/dev_1x/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml

Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1639259

Modified: manifoldcf/branches/dev_1x/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/CHANGES.txt?rev=1639261&r1=1639260&r2=1639261&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/CHANGES.txt (original)
+++ manifoldcf/branches/dev_1x/CHANGES.txt Thu Nov 13 07:34:49 2014
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.8-dev =====================
 
+
+CONNECTORS-1086: Document Amazon Cloud Search fields.
+(Karl Wright)
+
 CONNECTORS-1099: Update Metadata Adjuster documentation.
 (Karl Wright)
 

Modified: manifoldcf/branches/dev_1x/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml?rev=1639261&r1=1639260&r2=1639261&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml (original)
+++ manifoldcf/branches/dev_1x/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml Thu Nov 13 07:34:49 2014
@@ -698,7 +698,7 @@
 
             <section id="amazoncloudsearchoutputconnector">
                 <title>Amazon Cloud Search Output Connection</title>
-                <p>The Amazon Cloud Search Output Connection type send documents to a specific path within a specified Amazon Cloud Search instance.  The
+                <p>The Amazon Cloud Search output connection type send documents to a specific path within a specified Amazon Cloud Search instance.  The
                       connection type furthermore "batches" documents to reduce cost as much as is reasonable.  As a result, some specified documents may be sent at the
                       end of a job run, rather than at the time they would typically be indexed.</p>
                 <p>The connection configuration information for the Amazon Cloud Search Output Connection type includes one additional tab: the "Server" tab.
@@ -711,6 +711,14 @@
                 <p>The Amazon Cloud Search Output Connection type can only accept text content that is encoded in a UTF-8-compatible manner.  It is highly
                       recommended to use the Tika Content Extractor in the pipeline prior to the Amazon Cloud Search Output Connection type in order to
                       convert documents to an indexable form.</p>
+                <p></p>
+                <p>In order to successfully index ManifoldCF documents in Amazon Cloud Search, you will need to describe a Cloud Search schema for
+                      receiving them.  The fields that the Amazon Cloud Search output connection type sends are those that it gets specifically from the document
+                      as it comes through the ManifoldCF pipeline, with the addition of two hard-wired fields: "f_bodytext", containing the document body content,
+                      and "document_uri", containing the document's URI.  You may also need to use the Metadata Adjuster transformation connection type to make
+                      sure that document metadata sent to Amazon Cloud Search agree with the schema you have defined there.  Please refer to
+                      <a href="http://docs.aws.amazon.com/cloudsearch/latest/developerguide/configuring-index-fields.html">this document</a> for details of how to set up an Amazon Cloud Search
+                      schema.</p>
             </section>
             
             <section id="elasticsearchoutputconnector">