You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

Aspire CEWS Listener Configuration


Step 1. Launch Aspire and open the Services Management Page

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

Step 2. Add and configure a new CEWS Service Service

  1. In the selector dialog click on SharePoint 2013 CEWS Listener
  2. In the Service endpoint enter http://0.0.0.0:62028/CEWebService.svc to let the service listen on all available network interfaces or a specific IP address if desired
  3. Check the Filter return box and add the names of the Properties to be returned by this Content Enrichment service. These must be the same fields as configured with SharePoint's Set-SPEnterpriseSearchContentEnrichmentConfiguration cmdlet. If this is not configured, the default return values are returned with any custom properties populated in the workflow.
  4. An application tag is added to the settings.xml file, for example:

    <application config="com.searchtechnologies.aspire:app-sp2013-content-enrichment" id="13">
    	<properties>
    		<property name="debug">false</property>
    		<property name="endpoint">http://0.0.0.0:62027/CEWebService.svc</property>
    		<property name="filterReturn">true</property>
    		<property name="returnProperties">Author,Title</property>
    		<property name="contentSource">CEWSWorkflow</property> <!-- only required in versions before 2.2 -->
    		<property name="workflowReloadPeriod">15s</property>
    		<property name="workflowErrorTolerant">false</property>
    	</properties>
    </application>

Step 3. Add a new Publish to aa to the Workflow

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

Step 3a. Specify Publisher Information

 In the Publish to aa window, specify the connection information to publish to the asdf.

  1. Example
    1. Example

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

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

  • No labels