mirror of https://github.com/apache/lucene.git
comments added to explain the role of these schema files
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62658b3885
commit
c19acfe50f
|
@ -16,11 +16,15 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- This is the Solr schema file. This file should be named "schema.xml" and
|
<!--
|
||||||
|
This is the Solr schema file. This file should be named "schema.xml" and
|
||||||
should be in the conf directory under the solr home
|
should be in the conf directory under the solr home
|
||||||
(i.e. ./solr/conf/schema.xml by default)
|
(i.e. ./solr/conf/schema.xml by default)
|
||||||
or located where the classloader for the Solr webapp can find it.
|
or located where the classloader for the Solr webapp can find it.
|
||||||
|
|
||||||
|
This example schema is the recommended starting point for users.
|
||||||
|
It should be kept correct and concise, usable out-of-the-box.
|
||||||
|
|
||||||
For more information, on how to customize this file, please see
|
For more information, on how to customize this file, please see
|
||||||
http://wiki.apache.org/solr/SchemaXml
|
http://wiki.apache.org/solr/SchemaXml
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
<!-- The Solr schema file. This file should be named "schema.xml" and
|
<!-- The Solr schema file. This file should be named "schema.xml" and
|
||||||
should be located where the classloader for the Solr webapp can find it.
|
should be located where the classloader for the Solr webapp can find it.
|
||||||
|
|
||||||
|
This schema is used for testing, and as such has everything and the
|
||||||
|
kitchen sink thrown in. See example/solr/conf/schema.xml for a
|
||||||
|
more concise example.
|
||||||
|
|
||||||
$Id: schema.xml 382610 2006-03-03 01:43:03Z yonik $
|
$Id: schema.xml 382610 2006-03-03 01:43:03Z yonik $
|
||||||
$Source: /cvs/main/searching/solr-configs/test/WEB-INF/classes/schema.xml,v $
|
$Source: /cvs/main/searching/solr-configs/test/WEB-INF/classes/schema.xml,v $
|
||||||
$Name: $
|
$Name: $
|
||||||
|
|
Loading…
Reference in New Issue