To add a Publish to StageR drag from the Publish to StageR rule from the Workflow Library and drop to the Workflow Tree where you want to add it. This will automatically open the Publish to StageR window for the configuration of the publisher.
In the Publish to StageR window, specify the connection information to publish to the StageR. If you're publishing JSON, you can set:
- Use secure connection
- Check this box if your StageR requires an https connection
- Server URL
- The host and port of the server the StageR is running on
- The StageR's default port is 3000
- Storage Unit
- The name of the StageR storage unit you wish to crawl
- Add Policy
- The policy used when adding documents
- MERGE
- Merge the new document with the exisiting one
- OVERWRITE
- Overwrite the existing document with the new one
- NEW
- create a new document
- Delete Policy
- The policy when deleting documents
- SILENT
- If a document does not exist, a delete for it is ignored silently
- MUST_EXIST
- A document being deleted must exist, else an error is raise
- Scope
- The scope with in the STageR's storage unit you wish to crawl
- Groovy transform
- The transform used on the Aspire document before it is posted to the server