This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch janhoy-patch-1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 4f4572b6b38a0150eb100f19f6e607257accf4ee Author: Jan Høydahl <[email protected]> AuthorDate: Sun May 8 23:59:11 2022 +0200 Ref-Guide: Fix dangling double-euqals-signs --- .../solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc index 3dab912b6ea..779c0812c3b 100644 --- a/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc +++ b/solr/solr-ref-guide/modules/configuration-guide/pages/core-discovery.adoc @@ -32,7 +32,6 @@ Any `core.properties` file in any directory of your Solr installation (or in a d The `core.properties` file is a simple Java Properties file where each line is just a key=value pair, e.g., `name=core1`. Notice that no quotes are required. -== A minimal `core.properties` file looks like the example below. However, it can also be empty, see information on placement of `core.properties` below.
