mirror of https://github.com/apache/lucene.git
Ref Guide: remove lingering references to "example Jetty" and "your container"
This commit is contained in:
parent
52c27b4ed3
commit
d148bd4e9e
|
@ -119,7 +119,7 @@ The RELOAD action loads a new core from the configuration of an existing, regist
|
|||
|
||||
`admin/cores?action=RELOAD&core=_core-name_`
|
||||
|
||||
This is useful when you've made changes to a Solr core's configuration on disk, such as adding new field definitions. Calling the RELOAD action lets you apply the new configuration without having to restart the Web container.
|
||||
This is useful when you've made changes to a Solr core's configuration on disk, such as adding new field definitions. Calling the RELOAD action lets you apply the new configuration without having to restart Solr.
|
||||
|
||||
[IMPORTANT]
|
||||
====
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
Solr can encrypt communications to and from clients, and between nodes in SolrCloud mode, with SSL.
|
||||
|
||||
This section describes enabling SSL with the example Jetty server using a self-signed certificate.
|
||||
This section describes enabling SSL using a self-signed certificate.
|
||||
|
||||
For background on SSL certificates and keys, see http://www.tldp.org/HOWTO/SSL-Certificates-HOWTO/.
|
||||
|
||||
|
|
Loading…
Reference in New Issue