solr.host=localhost |
The host name where the Solr instance is located |
solr.port=8080 |
The port number on which the Solr instance is running |
solr.port.ssl=8443 |
The port number on which the Solr SSL support is running. |
solr.solrUser=solr |
The Solr user name |
solr.solrPassword=solr |
The Solr password |
solr.secureComms=https |
The HTTPS connection |
solr.http.connection.timeout=500 |
The Solr connection timeouts in ms |
solr.solrPingCronExpression=0 0/5 * * * ? * |
The cron expression defining how often the Solr Admin client (used by
JMX) pings Solr if it goes away |