Author: markrmiller
Date: Mon Jun 8 15:00:31 2009
New Revision: 782661
URL: http://svn.apache.org/viewvc?rev=782661&view=rev
Log:
roll back - unrelated schema example change committed with SOLR-243
Modified:
lucene/solr/trunk/example/solr/conf/schema.xml
Modified: lucene/solr/trunk/example/solr/conf/schema.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?rev=782661&r1=782660&r2=782661&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/schema.xml (original)
+++ lucene/solr/trunk/example/solr/conf/schema.xml Mon Jun 8 15:00:31 2009
@@ -435,17 +435,10 @@
<copyField source="manu" dest="text"/>
<copyField source="features" dest="text"/>
<copyField source="includes" dest="text"/>
-
- <!-- Above, multiple specific fields are copied to the [text] field.
- Another option is to use the dynamic field syntax. A maxChars to
- copy setting is also available. -->
-
- <!-- <copyField source="*" dest="text" maxChars="3000"/> -->
-
<copyField source="manu" dest="manu_exact"/>
- <copyField source="name" dest="spell"/>
+ <copyField source="name" dest="spell"/>
<!-- Similarity is the scoring routine for each document vs. a query.
A custom similarity may be specified here, but the default is fine