Versions Compared

Key

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

Table of Contents

 


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.

 

In the Publish to Solr window, specify the connection information for publishing to the Solr instance.

 

  1. Enter the name of the publisher. (This name must be unique).
  2. Enter the description of the publisher that will be shown in the Workflow Tree.
  3. Enter the Specify Solr Update URLHost and port (Not supported from version Solr 5)
    Host and port: (For versions newer than 5.x, you will have to use Complete URL or Core options)
    1. Enter the Solr host
    2. Enter the Solr port (8983 by default)
    Complete URL:
    1. Enter the URL for the Solr server, it must have this format <protocol>://<host>:<port>/solr/<core>/update
    Core:
    1. Enter the Solr core name
    2. Enter the Solr host
    3. Enter the Solr port  (8983 by default)
  4. (2.1 Release)   Max Results per request: How many documents can be fetched by the search engine for the same query
  5. (2.1 Release)   Page size: How many documents to fetch per page
  6. (2.1 Release)   Url field: Field used to store the URL in Solr
  7. (2.1 Release)   Id field: Field used to store the ID in Solr. Used to compare against the content source audit logs
  8. (2.1 Release)   Timestamp field: the name of the timestamp field added to the XSL file (and to the Solr schema) to hold the index timestamp of every document.
  9. 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.
  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.

Info

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