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

Compare with Current View Page History

Version 1 Next »

 

Step 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 Connector list

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

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

Step 3a. Specify Publisher Information

 In the Publish to SolrCloud window, specify the connection information to publish to the SolrCloud  .

  1. Enter the name of the publisher. (This name must be unique).
  2. Enter the Zookeeper Host (Solr instance who started zookeeper). 
  3. Enter the Zookeeper Port (default value 9983)
  4. Enter the Solr collection name (same collection of all Solr instances of the cloud).
  5. XSL File Path: set to the default parameter to use the default XSL transformation file. To use a custom file, follow the instructions in Edit Xsl.
  6. Batch Size: How many documents to fetch per batch.
  7. Max Tries: Maximum number of retry attempt to index.
  8. Retry Wait: Seconds to wait before re-trying to index.
  9. Field List XPath: XPath expression to process field list.
  10. Debug: Check if you want to run the publisher in debug mode.
  11. Click on the Add button.

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