On this page




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 Solr to the Workflow


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

In the Publish to Solr window, specify the connection information to publish to the Solr server or cluster.

 

  1. In the Publish to Solr window, specify the connection information for publishing to the Solr instance.
  2. Enter the name of the publisher. (This name must be unique).
  3. Enter the description of the publisher that will be shown in the Workflow Tree.
  4. Enter the Specify Solr Update URL Host and port (Not supported from version Solr 5)
  5. Complete URL:
    1. Enter the URL for the Solr server, it must have this format <protocol>://<host>:<port>/solr/<core>/update
  6. Core:
    1. Enter the Solr core name
    2. Enter the Solr host
    3. Enter the Solr port  (8983 by default)
  7. XSL Transform: The path to the file containing the xsl to transform the job data to a Solr update message
  8. Basic authentication:
    1. None : No authentication is required for the Solr Server
    2. Basic: The Solr Server uses basic authentication
      1. Username: User with the permissions to publish to the Solr server specified.
      2. Password: Password of the user specified


Once you've clicked Add, 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 the Workflow introduction.