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