TIBCO Flogo® Connector for Apache Solr Connection Details

Provide the information of the Apache Solr server connection to be created.

The TIBCO Flogo® Connector for Apache Solr connection dialog contains the following fields:

 

Field Description
Connection Name Name for the Apache Solr connection you are creating
Description A short string of text describing this connection.
Host Name Name or IP address of the machine which hosts the Apache Solr server
Port The port on which the Apache Solr server is running and has exposed its querying capability. By default, this is set to 443, the port for HTTPS. If you change the port from the default 443 to another port number, make sure that the port is secured using HTTPS. The Apache Solr server should be running with a certificate that is approved from a publicly trusted root CA (Certificate Authority). Establishing connections with Apache Solr servers that are running with self-signed certificates is not supported.
User User name on the Apache Solr server
Password Password for the above user. If the Authentication is enabled on the Apache Solr server, the credentials you enter in username and password fields will be validated against the server user database.
Core Name Name of the collection on the Apache Solr server. The Apache Solr server is running in Cloud mode, or the name of the Core, in case the server is running in standalone mode. For more details on Apache Solr Cores and Collections concept, refer to Apache Solr documentation.