Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

Image ModifiedStep 1. Launch Aspire and open the Content Source Management Page

Launch Aspire (if it's not already running). See:

Step 2. Add a new Content Source

  • For this step please follow the step from the Configuration Tutorial of the connector of you choice, please refer to . Please refer to the Connector list.

Step 3. Add a new Publish to 

STageR to

StageR to the Workflow

To add a Publish to STageR drag StageR drag from the Publish to STageRStageR rule from the Workflow Library and drop to the Workflow Tree where you want to add it. This will automatically open the Publish to STageRStageR window for the configuration of the publisher.

Step 3a. Specify Publisher Information

 In the Publish to STageRStageR window, specify the connection information to publish to the STageR StageR. If you're publishing JSON, you can set:

  1. Use secure connection
    1. Check this box if your STageRStageR requires an https connection
  2. Server URL
    1. The host and port of the server the STageR is running on
      1. The STageRStageR's default port is 3000
  3. Storage Unit
    1. The name of the STageRStageR storage unit you wish to crawl
  4. Add Policy
    1. The policy used when adding documents
    2. MERGE
      1. Merge the new document with the exisiting one
    3. OVERWRITE
      1. Overwrite the existing document with the new one
    4. NEW
      1. create a new document
  5. Delete Policy
    1. The policy when deleting documents
    2. SILENT
      1. If a document does not exist, a delete for it is ignored silently
    3. MUST_EXIST
      1. A document being deleted must exist, else an error is raise
  6. Scope
    1. The scope with in the STageRStageR's storage unit you wish to crawl
  7. Groovy transform
    1. The transform used on the Aspire document before it is posted to the server


If you're publishing files, you can set:


  1. Use secure connection
    1. Check this box if your STageRStageR requires an https connection
  2. Server name
    1. The host name of the server the STageRStageR is running on
  3. Server port
    1. The port the STageRStageR is running on
      1. The STageRStageR's default port is 3000
  4. Storage Unit
    1. The name of the STageRStageR storage unit you wish to crawl
  5. Scope
    1. The scope with in the STageRStageR's storage unit you wish to crawl
  6. Document Key Field
    1. The field where the document key is located. This is the key that uniquely identifies a record in the Storage Unit.


Once you've clicked on the Add button , it will take a moment for Aspire to download all of the necessary components (the Jar jar files) from the Maven repository and load them into Aspire. Once that's done, the publisher will appear in the Workflow Tree.

Info

For details on using the Workflow section, please refer to to the Workflow introduction.