mirror of https://github.com/apache/lucene.git
comment introducing solr.xml file and linking to online docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1306019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0827fffde6
commit
fff288f735
|
@ -16,6 +16,16 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
This is an example of a simple "solr.xml" file for configuring one or
|
||||||
|
more Solr Cores, as well as allowing Cores to be added, removed, and
|
||||||
|
reloaded via HTTP requests.
|
||||||
|
|
||||||
|
More information about options available in this configuration file,
|
||||||
|
and Solr Core administration can be found online:
|
||||||
|
http://wiki.apache.org/solr/CoreAdmin
|
||||||
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
All (relative) paths are relative to the installation path
|
All (relative) paths are relative to the installation path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue